Searched refs:webMsgExtClass (Results 1 – 1 of 1) sorted by relevance
674 napi_value webMsgExtClass = nullptr; in Init() local693 webMsgExtClsProperties, &webMsgExtClass); in Init()694 napi_create_reference(env, webMsgExtClass, 1, &g_webMsgExtClassRef); in Init()695 napi_set_named_property(env, exports, WEB_EXT_MSG_CLASS_NAME.c_str(), webMsgExtClass); in Init()