Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h50 #ifndef IS_ERROR_VALUE
51 #define IS_ERROR_VALUE(v) jerry_value_is_error(v) macro
H A Djs_fwk_common.cpp150 if (IS_ERROR_VALUE(target)) { in MallocStringOf()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp714 if (!IS_UNDEFINED(resultFromFile) && !IS_ERROR_VALUE(resultFromFile)) { in GetValue()
726 if (!IS_UNDEFINED(resultFromFile) && !IS_ERROR_VALUE(resultFromFile)) { in GetValue()