Home
last modified time | relevance | path

Searched refs:ECMA_VALUE_FALSE (Results 1 – 25 of 33) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number.c121 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_finite()
148 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_nan()
167 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_integer()
174 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_integer()
182 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_integer()
205 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_safe_integer()
212 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_safe_integer()
222 return ECMA_VALUE_FALSE; in ecma_builtin_number_object_is_safe_integer()
Decma-builtin-dataview-prototype.c166 ecma_value_t little_endian = arguments_number > 1 ? arguments_list_p[1] : ECMA_VALUE_FALSE; in ecma_builtin_dataview_prototype_dispatch_routine()
181 ecma_value_t little_endian = arguments_number > 2 ? arguments_list_p[2] : ECMA_VALUE_FALSE; in ecma_builtin_dataview_prototype_dispatch_routine()
191 …return ecma_op_dataview_get_set_view_value (this_arg, byte_offset, ECMA_VALUE_FALSE, ECMA_VALUE_EM… in ecma_builtin_dataview_prototype_dispatch_routine()
200 …return ecma_op_dataview_get_set_view_value (this_arg, byte_offset, ECMA_VALUE_FALSE, value_to_set,… in ecma_builtin_dataview_prototype_dispatch_routine()
Decma-builtin-regexp-prototype.inc.h70 ECMA_VALUE_FALSE,
75 ECMA_VALUE_FALSE,
80 ECMA_VALUE_FALSE,
Decma-builtin-array-iterator-prototype.c131 return ecma_create_iter_result_object (ecma_make_uint32_value (index), ECMA_VALUE_FALSE); in ecma_builtin_array_iterator_prototype_object_next()
148 result = ecma_create_iter_result_object (get_value, ECMA_VALUE_FALSE); in ecma_builtin_array_iterator_prototype_object_next()
160 result = ecma_create_iter_result_object (entry_array_value, ECMA_VALUE_FALSE); in ecma_builtin_array_iterator_prototype_object_next()
Decma-builtin-boolean.c85 return ecma_op_create_boolean_object (ECMA_VALUE_FALSE); in ecma_builtin_boolean_dispatch_construct()
Decma-builtin-arraybuffer.c64 return ECMA_VALUE_FALSE; in ecma_builtin_arraybuffer_object_is_view()
Decma-builtin-string-iterator-prototype.c135 … result = ecma_create_iter_result_object (ecma_make_string_value (result_str_p), ECMA_VALUE_FALSE); in ecma_builtin_string_iterator_prototype_object_next()
Decma-builtin-object.c614 return ECMA_VALUE_FALSE; in ecma_builtin_object_test_integrity_level()
664 ret_value = ECMA_VALUE_FALSE; in ecma_builtin_object_test_integrity_level()
1072 return ecma_op_same_value (arg1, arg2) ? ECMA_VALUE_TRUE : ECMA_VALUE_FALSE; in ecma_builtin_object_object_is()
Decma-builtin-object-prototype.c263 return ECMA_VALUE_FALSE; in ecma_builtin_object_prototype_dispatch_routine()
Decma-builtin-function-prototype.c413 return ECMA_VALUE_FALSE; in ecma_builtin_function_prototype_dispatch_routine()
Decma-builtin-promise.c427 ECMA_VALUE_FALSE, in ecma_builtin_promise_perform_all()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c54 return ECMA_VALUE_FALSE; in ecma_op_abstract_equality_compare()
136 return ECMA_VALUE_FALSE; in ecma_op_abstract_equality_compare()
146 return ECMA_VALUE_FALSE; in ecma_op_abstract_equality_compare()
177 return ECMA_VALUE_FALSE; in ecma_op_abstract_equality_compare()
196 return ECMA_VALUE_FALSE; in ecma_op_abstract_equality_compare()
Decma-container-object.c676 return ECMA_VALUE_FALSE; in ecma_op_container_has()
682 return ECMA_VALUE_FALSE; in ecma_op_container_has()
923 return ECMA_VALUE_FALSE; in ecma_op_container_delete()
950 return ECMA_VALUE_FALSE; in ecma_op_container_delete_weak()
960 return ECMA_VALUE_FALSE; in ecma_op_container_delete_weak()
1187 ret_value = ecma_create_iter_result_object (key_arg, ECMA_VALUE_FALSE); in ecma_op_container_iterator_next()
1191 ret_value = ecma_create_iter_result_object (value_arg, ECMA_VALUE_FALSE); in ecma_op_container_iterator_next()
1200 ret_value = ecma_create_iter_result_object (entry_array_value, ECMA_VALUE_FALSE); in ecma_op_container_iterator_next()
Decma-promise-object.c148 ecma_value_t handler = ECMA_VALUE_FALSE; in ecma_promise_trigger_reactions()
476 ecma_value_t already_resolved = ecma_op_create_boolean_object (ECMA_VALUE_FALSE); in ecma_promise_create_resolving_functions()
867 on_rejected = ECMA_VALUE_FALSE; in ecma_promise_do_then()
886 if (on_rejected != ECMA_VALUE_FALSE) in ecma_promise_do_then()
898 if (on_rejected != ECMA_VALUE_FALSE) in ecma_promise_do_then()
Decma-proxy-object.c738 return ECMA_VALUE_FALSE; in ecma_proxy_object_get_own_property_descriptor()
768 return ECMA_VALUE_FALSE; in ecma_proxy_object_get_own_property_descriptor()
904 return ECMA_VALUE_FALSE; in ecma_proxy_object_define_own_property()
1254 return ECMA_VALUE_FALSE; in ecma_proxy_object_set()
1364 return ECMA_VALUE_FALSE; in ecma_proxy_object_delete_property()
Decma-objects.c428 return ECMA_VALUE_FALSE; in ecma_op_object_has_property()
1907 return ECMA_VALUE_FALSE; in ecma_op_object_get_own_property_descriptor()
2027 return ECMA_VALUE_FALSE; in ecma_op_object_is_prototype_of()
2898 return ECMA_VALUE_FALSE; in ecma_op_is_concat_spreadable()
2934 return ECMA_VALUE_FALSE; in ecma_op_is_regexp()
3138 return ECMA_VALUE_FALSE; in ecma_op_ordinary_object_set_prototype_of()
3156 return ECMA_VALUE_FALSE; in ecma_op_ordinary_object_set_prototype_of()
Decma-objects-general.c50 return ECMA_VALUE_FALSE; in ecma_reject()
185 return ECMA_VALUE_FALSE; in ecma_op_general_object_delete()
Decma-reference.c174 return ECMA_VALUE_FALSE; in ecma_op_is_prop_unscopable()
Decma-function-object.c586 return ECMA_VALUE_FALSE; in ecma_op_function_has_instance()
626 ecma_value_t result = ECMA_VALUE_FALSE; in ecma_op_function_has_instance()
655 result = ECMA_VALUE_FALSE; in ecma_op_function_has_instance()
Decma-iterator-object.c541 return ECMA_VALUE_FALSE; in ecma_op_iterator_step()
Decma-lex-env.c359 ret_val = ECMA_VALUE_FALSE; in ecma_op_delete_binding()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c55 JERRY_STATIC_ASSERT ((ECMA_VALUE_FALSE | (1 << ECMA_DIRECT_SHIFT)) == ECMA_VALUE_TRUE
56 && ECMA_VALUE_FALSE != ECMA_VALUE_TRUE,
224 return ecma_is_value_equal_to_simple_value (value, ECMA_VALUE_FALSE); in ecma_is_value_false()
424 return ECMA_VALUE_FALSE; in ecma_is_value_array()
449 return ECMA_VALUE_FALSE; in ecma_is_value_array()
460 return boolean_value ? ECMA_VALUE_TRUE : ECMA_VALUE_FALSE; in ecma_make_boolean_value()
Decma-globals.h195 ECMA_VALUE_FALSE = ECMA_MAKE_VALUE (2), /**< boolean false */ enumerator
/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-relational-equality.c81 ret_value = ECMA_VALUE_FALSE; in opfunc_relation()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c247 return ECMA_VALUE_FALSE; in ecma_builtin_typedarray_prototype_exec_routine()
265 ret_value = ECMA_VALUE_FALSE; in ecma_builtin_typedarray_prototype_exec_routine()

12