Searched refs:ecma_is_value_found (Results 1 – 11 of 11) sorted by relevance
686 if (ecma_is_value_found (enumerable_prop_value)) in ecma_op_to_property_descriptor()705 if (ecma_is_value_found (configurable_prop_value)) in ecma_op_to_property_descriptor()725 if (ecma_is_value_found (value_prop_value)) in ecma_op_to_property_descriptor()743 if (ecma_is_value_found (writable_prop_value)) in ecma_op_to_property_descriptor()763 if (ecma_is_value_found (get_prop_value)) in ecma_op_to_property_descriptor()802 if (ecma_is_value_found (set_prop_value)) in ecma_op_to_property_descriptor()
223 if (ECMA_IS_VALUE_ERROR (found_binding) || !ecma_is_value_found (found_binding)) in ecma_op_object_bound_environment_resolve_reference_value()339 if (ecma_is_value_found (result)) in ecma_op_resolve_reference_value()
91 if (ecma_is_value_found (result)) in ecma_op_get_value_lex_env_base()
311 if (!ecma_is_value_found (result)) in ecma_op_get_binding_value()
939 if (ecma_is_value_found (current_value)) in ecma_op_typedarray_from()
746 if (ecma_is_value_found (value)) in ecma_op_object_find()846 if (ecma_is_value_found (value)) in ecma_op_object_get_with_receiver()
784 if (ecma_is_value_found (curr_value)) in ecma_builtin_array_prototype_object_shift()960 if (ecma_is_value_found (get_value)) in ecma_builtin_array_prototype_object_slice()1357 if (ecma_is_value_found (get_value)) in ecma_builtin_array_prototype_object_splice()1425 if (ecma_is_value_found (get_value)) in ecma_builtin_array_prototype_object_splice()1476 if (ecma_is_value_found (get_value)) in ecma_builtin_array_prototype_object_splice()1592 if (ecma_is_value_found (get_value)) in ecma_builtin_array_prototype_object_unshift()1723 if (ecma_is_value_found (get_value) in ecma_builtin_array_prototype_object_index_of()1827 if (ecma_is_value_found (get_value) in ecma_builtin_array_prototype_object_last_index_of()1897 if (ecma_is_value_found (get_value)) in ecma_builtin_array_apply()1999 if (ecma_is_value_found (current_value)) in ecma_builtin_array_prototype_object_map()[all …]
411 if (!ecma_is_value_found (get_value)) in ecma_builtin_helper_array_concat_value()
326 if (ecma_is_value_found (prop_value)) in ecma_module_resolve_export()768 JERRY_ASSERT (ecma_is_value_found (prop_value)); in ecma_module_connect_imports()
234 ecma_is_value_found (ecma_value_t value) /**< ecma value */ in ecma_is_value_found() function
223 bool JERRY_ATTR_CONST ecma_is_value_found (ecma_value_t value);