Searched refs:JS_EXCUTE_MSG_ENUM_NAME (Results 1 – 1 of 1) sorted by relevance
25 const std::string JS_EXCUTE_MSG_ENUM_NAME = "JsMessageType"; variable46 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()