Searched refs:JsPerfPrint (Results 1 – 2 of 2) sorted by relevance
128 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() function263 perfObj->SetProperty(runtime, "printlog", runtime->NewFunction(JsPerfPrint)); in PreloadPerfutil()
2525 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() function2838 perfObj->SetProperty(runtime_, "printlog", runtime_->NewFunction(JsPerfPrint)); in RegisterPerfUtilModule()