Home
last modified time | relevance | path

Searched refs:JS_EXCUTE_MSG_ENUM_NAME (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_execute_callback.cpp25 const std::string JS_EXCUTE_MSG_ENUM_NAME = "JsMessageType"; variable
46 napi_define_class(env, JS_EXCUTE_MSG_ENUM_NAME.c_str(), JS_EXCUTE_MSG_ENUM_NAME.length(), in InitJSExcute()
49 napi_set_named_property(env, exports, JS_EXCUTE_MSG_ENUM_NAME.c_str(), jsMsgTypeEnum); in InitJSExcute()