Home
last modified time | relevance | path

Searched refs:NAPI_THROW (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_common.h45 #define NAPI_THROW(env, condition, code, message) \ macro
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_update.cpp83NAPI_THROW(env, context == nullptr, SEC_ASSET_OUT_OF_MEMORY, "Unable to allocate memory for AsyncC… in NapiUpdateAsync()
H A Dasset_napi_common.cpp397NAPI_THROW(env, context == nullptr, SEC_ASSET_OUT_OF_MEMORY, "Unable to allocate memory for AsyncC… in NapiAsync()