Searched refs:JsCallNativeHandler (Results 1 – 1 of 1) sorted by relevance
2723 shared_ptr<JsValue> JsCallNativeHandler(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in JsCallNativeHandler() function2764 global->SetProperty(runtime_, "callNativeHandler", runtime_->NewFunction(JsCallNativeHandler)); in RegisterConsoleModule()