/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-number.c | 121 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()
|
D | ecma-builtin-dataview-prototype.c | 166 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()
|
D | ecma-builtin-regexp-prototype.inc.h | 70 ECMA_VALUE_FALSE, 75 ECMA_VALUE_FALSE, 80 ECMA_VALUE_FALSE,
|
D | ecma-builtin-array-iterator-prototype.c | 131 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()
|
D | ecma-builtin-boolean.c | 85 return ecma_op_create_boolean_object (ECMA_VALUE_FALSE); in ecma_builtin_boolean_dispatch_construct()
|
D | ecma-builtin-arraybuffer.c | 64 return ECMA_VALUE_FALSE; in ecma_builtin_arraybuffer_object_is_view()
|
D | ecma-builtin-string-iterator-prototype.c | 135 … result = ecma_create_iter_result_object (ecma_make_string_value (result_str_p), ECMA_VALUE_FALSE); in ecma_builtin_string_iterator_prototype_object_next()
|
D | ecma-builtin-object.c | 614 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()
|
D | ecma-builtin-object-prototype.c | 263 return ECMA_VALUE_FALSE; in ecma_builtin_object_prototype_dispatch_routine()
|
D | ecma-builtin-function-prototype.c | 413 return ECMA_VALUE_FALSE; in ecma_builtin_function_prototype_dispatch_routine()
|
D | ecma-builtin-promise.c | 427 ECMA_VALUE_FALSE, in ecma_builtin_promise_perform_all()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-comparison.c | 54 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()
|
D | ecma-container-object.c | 676 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()
|
D | ecma-promise-object.c | 148 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()
|
D | ecma-proxy-object.c | 738 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()
|
D | ecma-objects.c | 428 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()
|
D | ecma-objects-general.c | 50 return ECMA_VALUE_FALSE; in ecma_reject() 185 return ECMA_VALUE_FALSE; in ecma_op_general_object_delete()
|
D | ecma-reference.c | 174 return ECMA_VALUE_FALSE; in ecma_op_is_prop_unscopable()
|
D | ecma-function-object.c | 586 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()
|
D | ecma-iterator-object.c | 541 return ECMA_VALUE_FALSE; in ecma_op_iterator_step()
|
D | ecma-lex-env.c | 359 ret_val = ECMA_VALUE_FALSE; in ecma_op_delete_binding()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-value.c | 55 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()
|
D | ecma-globals.h | 195 ECMA_VALUE_FALSE = ECMA_MAKE_VALUE (2), /**< boolean false */ enumerator
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes-ecma-relational-equality.c | 81 ret_value = ECMA_VALUE_FALSE; in opfunc_relation()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 247 return ECMA_VALUE_FALSE; in ecma_builtin_typedarray_prototype_exec_routine() 265 ret_value = ECMA_VALUE_FALSE; in ecma_builtin_typedarray_prototype_exec_routine()
|