Searched refs:JsCallComponent (Results 1 – 1 of 1) sorted by relevance
2106 shared_ptr<JsValue> JsCallComponent(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>… in JsCallComponent() function2713 if (!aceObj->SetProperty(runtime_, "callComponent", runtime_->NewFunction(JsCallComponent))) { in RegisterAceModule()