Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_execute_callback.cpp31 napi_value jsMsgTypeEnum = nullptr; in InitJSExcute() local
48 sizeof(jsMsgTypeProperties[0]), jsMsgTypeProperties, &jsMsgTypeEnum); in InitJSExcute()
49 napi_set_named_property(env, exports, JS_EXCUTE_MSG_ENUM_NAME.c_str(), jsMsgTypeEnum); in InitJSExcute()