Searched refs:JsRunMicrotasks (Results 1 – 1 of 1) sorted by relevance
115 shared_ptr<JsValue> JsRunMicrotasks(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>… in JsRunMicrotasks() function232 if (!aceObj->SetProperty(runtime_, "runMicrotasks", runtime_->NewFunction(JsRunMicrotasks))) { in RegisterPaModule()