Searched refs:TypeCode (Results 1 – 2 of 2) sorted by relevance
50 enum TypeCode : int32_t { enum93 static void ThrowException(napi_env env, int32_t err, const std::string &msg, TypeCode type);
84 void JsUtils::ThrowException(napi_env env, int32_t err, const std::string &msg, TypeCode type) in ThrowException()90 if (type == TypeCode::TYPE_NONE) { in ThrowException()