Searched defs:NapiThrow (Results 1 – 4 of 4) sorted by relevance
35 void NapiThrow(napi_env env, const std::string& message, int32_t errCode) in NapiThrow() function
50 void NapiThrow(napi_env env, const std::string& message, int32_t errCode) in NapiThrow() function
37 void NapiThrow(const RefPtr<Framework::JsEngine>& engine, int32_t errCode, const std::string& messa… in NapiThrow() function
105 void NapiThrow(napi_env env, int32_t errCode) in NapiThrow() function