Searched refs:JsTraceEnd (Results 1 – 3 of 3) sorted by relevance
71 …static shared_ptr<JsValue> JsTraceEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal…
860 shared_ptr<JsValue> JsiBaseUtils::JsTraceEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr… in JsTraceEnd() function in OHOS::Ace::Framework::JsiBaseUtils
256 aceTraceObj->SetProperty(runtime, "end", runtime->NewFunction(JsiBaseUtils::JsTraceEnd)); in PreloadAceTrace()