Searched refs:JsCreateElement (Results 1 – 1 of 1) sorted by relevance
2508 shared_ptr<JsValue> JsCreateElement(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>… in JsCreateElement() function2830 domObj->SetProperty(runtime_, "createElement", runtime_->NewFunction(JsCreateElement)); in RegisterDocumentModule()