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