Searched refs:JsCallNative (Results 1 – 1 of 1) sorted by relevance
2071 shared_ptr<JsValue> JsCallNative(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in JsCallNative() function2710 if (!aceObj->SetProperty(runtime_, "callNative", runtime_->NewFunction(JsCallNative))) { in RegisterAceModule()