/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-conversion.c | 66 return ECMA_VALUE_EMPTY; in ecma_op_check_object_coercible() 342 return ECMA_VALUE_EMPTY; in ecma_get_number() 348 return ECMA_VALUE_EMPTY; in ecma_get_number() 355 return ECMA_VALUE_EMPTY; in ecma_get_number() 375 return ECMA_VALUE_EMPTY; in ecma_get_number() 381 return ECMA_VALUE_EMPTY; in ecma_get_number() 394 return ECMA_VALUE_EMPTY; in ecma_get_number() 667 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_op_to_property_descriptor() 893 return ECMA_VALUE_EMPTY; in ecma_op_to_integer() 899 return ECMA_VALUE_EMPTY; in ecma_op_to_integer() [all …]
|
D | ecma-objects-arguments.c | 99 if (arg_Literal_p[i] != ECMA_VALUE_EMPTY) in ecma_op_create_arguments_object() 264 if (arg_Literal_p[index] == ECMA_VALUE_EMPTY) in ecma_op_arguments_object_define_own_property() 274 arg_Literal_p[index] = ECMA_VALUE_EMPTY; in ecma_op_arguments_object_define_own_property() 296 arg_Literal_p[index] = ECMA_VALUE_EMPTY; in ecma_op_arguments_object_define_own_property() 340 if (arg_Literal_p[index] != ECMA_VALUE_EMPTY) in ecma_op_arguments_object_delete() 344 arg_Literal_p[index] = ECMA_VALUE_EMPTY; in ecma_op_arguments_object_delete()
|
D | ecma-container-object.c | 110 entry_p->key = ECMA_VALUE_EMPTY; in ecma_op_internal_buffer_delete() 115 entry_p->value = ECMA_VALUE_EMPTY; in ecma_op_internal_buffer_delete() 213 *entry_p = ECMA_VALUE_EMPTY; in ecma_op_container_free_weakset_entries() 246 entry_p->key = ECMA_VALUE_EMPTY; in ecma_op_container_free_weakmap_entries() 247 entry_p->value = ECMA_VALUE_EMPTY; in ecma_op_container_free_weakmap_entries() 274 *entry_p = ECMA_VALUE_EMPTY; in ecma_op_container_free_set_entries() 303 entry_p->key = ECMA_VALUE_EMPTY; in ecma_op_container_free_map_entries() 304 entry_p->value = ECMA_VALUE_EMPTY; in ecma_op_container_free_map_entries() 442 result = ecma_op_get_iterator (iterable, ECMA_VALUE_EMPTY); in ecma_op_container_create() 992 refs_p->buffer_p[i] = ECMA_VALUE_EMPTY; in ecma_op_container_unref_weak() [all …]
|
D | ecma-try-catch-macro.h | 33 JERRY_ASSERT (return_value == ECMA_VALUE_EMPTY); \ 68 JERRY_ASSERT (return_value == ECMA_VALUE_EMPTY); \
|
D | ecma-get-put-value.c | 242 return ECMA_VALUE_EMPTY; in ecma_op_put_value_lex_env_base() 280 return ECMA_VALUE_EMPTY; in ecma_op_put_value_lex_env_base() 313 return ECMA_VALUE_EMPTY; in ecma_op_put_value_lex_env_base()
|
D | ecma-lex-env.c | 189 return ECMA_VALUE_EMPTY; in ecma_op_create_mutable_binding() 210 return ECMA_VALUE_EMPTY; in ecma_op_create_mutable_binding() 272 return ECMA_VALUE_EMPTY; in ecma_op_set_mutable_binding()
|
D | ecma-proxy-object.c | 958 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_proxy_object_define_own_property() 1156 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_proxy_object_get() 1271 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_proxy_object_set() 1432 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_proxy_object_own_property_keys_helper() 1452 ret_value = ECMA_VALUE_EMPTY; in ecma_proxy_object_own_property_keys_helper() 1453 unchecked_result_keys->buffer_p[j] = ECMA_VALUE_EMPTY; in ecma_proxy_object_own_property_keys_helper()
|
D | ecma-iterator-object.c | 417 ecma_value_t completion = ECMA_VALUE_EMPTY; in ecma_op_iterator_close() 509 ecma_value_t result = ecma_op_iterator_next (iterator, ECMA_VALUE_EMPTY); in ecma_op_iterator_step()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-parser.c | 238 return ECMA_VALUE_EMPTY; in re_check_quantifier() 445 return ECMA_VALUE_EMPTY; in re_parse_char_escape() 459 return ECMA_VALUE_EMPTY; in re_parse_char_escape() 464 return ECMA_VALUE_EMPTY; in re_parse_char_escape() 663 return ECMA_VALUE_EMPTY; in re_parse_char_escape() 680 return ECMA_VALUE_EMPTY; in re_parse_next_token() 690 return ECMA_VALUE_EMPTY; in re_parse_next_token() 695 return ECMA_VALUE_EMPTY; in re_parse_next_token() 700 return ECMA_VALUE_EMPTY; in re_parse_next_token() 742 return ECMA_VALUE_EMPTY; in re_parse_next_token() [all …]
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-module.c | 295 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_module_resolve_export() 485 return ECMA_VALUE_EMPTY; in ecma_module_evaluate() 500 ret_value = ECMA_VALUE_EMPTY; in ecma_module_evaluate() 523 ecma_value_t result = ECMA_VALUE_EMPTY; in ecma_module_namespace_object_add_export_if_needed() 575 ecma_value_t result = ECMA_VALUE_EMPTY; in ecma_module_create_namespace_object() 817 return ECMA_VALUE_EMPTY; in ecma_module_connect_imports() 851 return ECMA_VALUE_EMPTY; in ecma_module_parse() 913 return ECMA_VALUE_EMPTY; in ecma_module_parse() 939 return ECMA_VALUE_EMPTY; in ecma_module_parse_modules() 979 return ECMA_VALUE_EMPTY; in ecma_module_check_indirect_exports()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes-ecma-arithmetics.c | 48 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in do_number_arithmetic() 137 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in opfunc_addition() 214 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in opfunc_unary_operation()
|
D | opcodes.c | 82 return ECMA_VALUE_EMPTY; in vm_var_decl() 207 JERRY_ASSERT (check_coercible == ECMA_VALUE_EMPTY); in vm_op_delete_prop() 241 ecma_value_t completion_value = ECMA_VALUE_EMPTY; in vm_op_delete_var() 342 ecma_value_t iterator = ecma_op_get_iterator (spread_value, ECMA_VALUE_EMPTY); in opfunc_append_to_spread_array() 358 ret_value = ECMA_VALUE_EMPTY; in opfunc_append_to_spread_array() 406 return ECMA_VALUE_EMPTY; in opfunc_append_to_spread_array() 435 ecma_value_t iterator = ecma_op_get_iterator (spread_value, ECMA_VALUE_EMPTY); in opfunc_spread_arguments() 450 ret_value = ECMA_VALUE_EMPTY; in opfunc_spread_arguments() 568 return ECMA_VALUE_EMPTY; in opfunc_append_array() 1039 return ECMA_VALUE_EMPTY; in opfunc_init_class() [all …]
|
D | opcodes-ecma-bitwise.c | 48 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in do_number_bitwise_logic()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-json.c | 541 return ECMA_VALUE_EMPTY; in ecma_builtin_json_parse_value() 595 return ECMA_VALUE_EMPTY; in ecma_builtin_json_parse_value() 599 return ECMA_VALUE_EMPTY; in ecma_builtin_json_parse_value() 917 ecma_value_t result = ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_object() 976 result = ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_object() 1108 return ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_array() 1226 return ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_property() 1232 return ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_property() 1238 return ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_property() 1249 return ECMA_VALUE_EMPTY; in ecma_builtin_json_serialize_property() [all …]
|
D | ecma-builtin-arraybuffer-prototype.c | 112 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_arraybuffer_prototype_object_slice() 131 if (ret_value != ECMA_VALUE_EMPTY) in ecma_builtin_arraybuffer_prototype_object_slice()
|
D | ecma-builtin-helpers-sort.c | 34 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_helper_array_to_heap() 116 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_helper_array_heap_sort_helper()
|
D | ecma-builtin-dataview-prototype.c | 169 …n ecma_op_dataview_get_set_view_value (this_arg, byte_offset, little_endian, ECMA_VALUE_EMPTY, id); in ecma_builtin_dataview_prototype_dispatch_routine() 191 …cma_op_dataview_get_set_view_value (this_arg, byte_offset, ECMA_VALUE_FALSE, ECMA_VALUE_EMPTY, id); in ecma_builtin_dataview_prototype_dispatch_routine()
|
D | ecma-builtin-date.c | 201 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_date_construct_helper() 659 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_date_utc() 710 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_date_dispatch_call() 735 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_date_dispatch_construct()
|
D | ecma-builtin-string.c | 72 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_string_object_from_char_code() 352 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_string_dispatch_call()
|
D | ecma-builtin-boolean-prototype.c | 59 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_boolean_prototype_object_to_string()
|
D | ecma-builtin-intrinsic.c | 106 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_intrinsic_dispatch_routine()
|
D | ecma-builtin-string-iterator-prototype.c | 97 ext_obj_p->u.pseudo_array.u2.iterated_value = ECMA_VALUE_EMPTY; in ecma_builtin_string_iterator_prototype_object_next()
|
D | ecma-builtin-number.c | 60 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_number_dispatch_call()
|
D | ecma-builtin-array-iterator-prototype.c | 121 ext_obj_p->u.pseudo_array.u2.iterated_value = ECMA_VALUE_EMPTY; in ecma_builtin_array_iterator_prototype_object_next()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 220 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_typedarray_prototype_exec_routine() 1194 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_typedarray_prototype_object_to_string() 1245 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_typedarray_prototype_subarray() 1400 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_typedarray_prototype_sort_compare_helper() 1514 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_typedarray_prototype_sort() 2016 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_typedarray_prototype_to_locale_string_helper()
|