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