MCPcopy Create free account
hub / github.com/Snapchat/Valdi / performanceNow

Method performanceNow

valdi/src/valdi/runtime/JavaScript/JavaScriptRuntime.cpp:2161–2163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159 return updateErrorHandler(callContext, _unhandledRejectionHandler);
2160}
2161
2162JSValueRef JavaScriptRuntime::runtimeCreateWorker(JSFunctionNativeCallContext& callContext) {
2163 auto workerRuntime = makeShared<JavaScriptRuntime>(_javaScriptBridge,
2164 _resourceManager,
2165 _contextManager,
2166 _mainThreadManager,

Callers

nothing calls this directly

Calls 4

newNumberMethod · 0.80
getContextMethod · 0.45
millisecondsMethod · 0.45
elapsedMethod · 0.45

Tested by

no test coverage detected