Searched refs:NAPI_CALL_BREAK (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/asset/frameworks/js/napi/src/ |
H A D | asset_napi_common.cpp | 38 #define NAPI_CALL_BREAK(env, theCall) \ macro 216 NAPI_CALL_BREAK(env, napi_get_named_property(env, next, "value", &entry)); in ParseMapParam() 217 NAPI_CALL_BREAK(env, napi_get_element(env, entry, 0, &key)); in ParseMapParam() 218 NAPI_CALL_BREAK(env, napi_get_element(env, entry, 1, &value)); in ParseMapParam() 221 NAPI_CALL_BREAK(env, ParseAssetAttribute(env, key, value, param)); in ParseMapParam()
|