Searched refs:JsPerfSleep (Results 1 – 2 of 2) sorted by relevance
136 shared_ptr<JsValue> JsPerfSleep(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfSleep() function264 perfObj->SetProperty(runtime, "sleep", runtime->NewFunction(JsPerfSleep)); in PreloadPerfutil()
2533 shared_ptr<JsValue> JsPerfSleep(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfSleep() function2839 perfObj->SetProperty(runtime_, "sleep", runtime_->NewFunction(JsPerfSleep)); in RegisterPerfUtilModule()