Home
last modified time | relevance | path

Searched refs:ECMA_VALUE_EMPTY (Results 1 – 25 of 51) sorted by relevance

123

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c66 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 …]
Decma-objects-arguments.c99 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()
Decma-container-object.c110 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 …]
Decma-try-catch-macro.h33 JERRY_ASSERT (return_value == ECMA_VALUE_EMPTY); \
68 JERRY_ASSERT (return_value == ECMA_VALUE_EMPTY); \
Decma-get-put-value.c242 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()
Decma-lex-env.c189 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()
Decma-proxy-object.c958 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()
Decma-iterator-object.c417 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/
Dre-parser.c238 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/
Decma-module.c295 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/
Dopcodes-ecma-arithmetics.c48 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()
Dopcodes.c82 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 …]
Dopcodes-ecma-bitwise.c48 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in do_number_bitwise_logic()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c541 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 …]
Decma-builtin-arraybuffer-prototype.c112 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()
Decma-builtin-helpers-sort.c34 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()
Decma-builtin-dataview-prototype.c169 …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()
Decma-builtin-date.c201 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()
Decma-builtin-string.c72 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()
Decma-builtin-boolean-prototype.c59 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_boolean_prototype_object_to_string()
Decma-builtin-intrinsic.c106 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_intrinsic_dispatch_routine()
Decma-builtin-string-iterator-prototype.c97 ext_obj_p->u.pseudo_array.u2.iterated_value = ECMA_VALUE_EMPTY; in ecma_builtin_string_iterator_prototype_object_next()
Decma-builtin-number.c60 ecma_value_t ret_value = ECMA_VALUE_EMPTY; in ecma_builtin_number_dispatch_call()
Decma-builtin-array-iterator-prototype.c121 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/
Decma-builtin-typedarray-prototype.c220 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()

123