Searched refs:WEB_NET_ERROR_CODE (Results 1 – 3 of 3) sorted by relevance
24 const std::string WEB_NET_ERROR_CODE = "WebNetErrorList"; variable
528 napi_define_class(env, WEB_NET_ERROR_CODE.c_str(), WEB_NET_ERROR_CODE.length(), in ExportWebNetErrorCode()532 napi_set_named_property(env, *exportsPointer, WEB_NET_ERROR_CODE.c_str(), webNetErrorCode); in ExportWebNetErrorCode()
53 const std::string WEB_NET_ERROR_CODE = "WebNetErrorCode"; variable