Home
last modified time | relevance | path

Searched refs:PerformanceNow (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.h374 static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc817 void Shell::PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args) { in PerformanceNow() function in v8::Shell
1543 FunctionTemplate::New(isolate, PerformanceNow)); in CreateGlobalTemplate()