react-native-macos/React/Executors
Tadeu Zagallo e39657aaae RCTPerformanceNow -> nativePerformanceNow
Summary:
public

Rename `RCTPerformanceNow` to `nativePerformanceNow` to be consistent with Android
and the pattern we've been following where the native functions exposed to JSC
are prefixed with `native`.

Also change it to return fractional milliseconds, as the web (`performance.now`)
does: https://developer.mozilla.org/en-US/docs/Web/API/Performance/now

Reviewed By: mikearmstrong001

Differential Revision: D2755287

fb-gh-sync-id: 2acada5673633858ae0bbcdcfae554183e36cb24
2015-12-15 14:52:30 -08:00
..
RCTContextExecutor.h Start to use the Obj-C JSContext instead of the C API 2015-10-19 03:51:20 -07:00
RCTContextExecutor.m RCTPerformanceNow -> nativePerformanceNow 2015-12-15 14:52:30 -08:00