Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp95 shared_ptr<JsValue> JsRunLoopOnce(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in JsRunLoopOnce() function
229 if (!aceObj->SetProperty(runtime_, "runLoopOnce", runtime_->NewFunction(JsRunLoopOnce))) { in RegisterPaModule()