Home
last modified time | relevance | path

Searched refs:ECMA_VALUE_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-reference.c215 return ECMA_IS_VALUE_ERROR (found_binding) ? found_binding : ECMA_VALUE_NOT_FOUND; in ecma_op_object_bound_environment_resolve_reference_value()
259 return ECMA_IS_VALUE_ERROR (blocked) ? blocked : ECMA_VALUE_NOT_FOUND; in ecma_op_object_bound_environment_resolve_reference_value()
Decma-objects.c511 return (ecma_is_value_array_hole (values_p[index]) ? ECMA_VALUE_NOT_FOUND in ecma_op_object_find_own()
515 return ECMA_VALUE_NOT_FOUND; in ecma_op_object_find_own()
650 return ECMA_VALUE_NOT_FOUND; in ecma_op_object_find_own()
759 return ECMA_VALUE_NOT_FOUND; in ecma_op_object_find()
Decma-proxy-object.c230 return ECMA_VALUE_NOT_FOUND; in ecma_proxy_object_find()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c236 return value != ECMA_VALUE_NOT_FOUND; in ecma_is_value_found()
Decma-globals.h201 ECMA_VALUE_NOT_FOUND = ECMA_MAKE_VALUE (7), /**< a special value returned by enumerator