/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype.c | 115 || ECMA_IS_VALUE_ERROR (ret_value)); in ecma_builtin_array_prototype_helper_set_length() 136 if (ECMA_IS_VALUE_ERROR (join_value)) in ecma_builtin_array_prototype_object_to_string() 227 if (ECMA_IS_VALUE_ERROR (new_array)) in ecma_builtin_array_prototype_object_concat() 233 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (new_array)); in ecma_builtin_array_prototype_object_concat() 243 if (ECMA_IS_VALUE_ERROR (concat_this_value)) in ecma_builtin_array_prototype_object_concat() 256 if (ECMA_IS_VALUE_ERROR (concat_value)) in ecma_builtin_array_prototype_object_concat() 267 if (ECMA_IS_VALUE_ERROR (set_length_value)) in ecma_builtin_array_prototype_object_concat() 312 if (ECMA_IS_VALUE_ERROR (index_value)) in ecma_op_array_get_to_string_at_index() 415 return ECMA_IS_VALUE_ERROR (set_length_value) ? set_length_value : ECMA_VALUE_UNDEFINED; in ecma_builtin_array_prototype_object_pop() 422 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_array_prototype_object_pop() [all …]
|
D | ecma-builtin-array.c | 115 if (ECMA_IS_VALUE_ERROR (using_iterator)) in ecma_builtin_array_object_from() 147 if (ECMA_IS_VALUE_ERROR (array)) in ecma_builtin_array_object_from() 160 if (ECMA_IS_VALUE_ERROR (iterator)) in ecma_builtin_array_object_from() 176 if (ECMA_IS_VALUE_ERROR (next)) in ecma_builtin_array_object_from() 193 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_builtin_array_object_from() 209 if (ECMA_IS_VALUE_ERROR (next_value)) in ecma_builtin_array_object_from() 226 if (ECMA_IS_VALUE_ERROR (mapped_value)) in ecma_builtin_array_object_from() 245 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_builtin_array_object_from() 266 if (ECMA_IS_VALUE_ERROR (array_like)) in ecma_builtin_array_object_from() 278 if (ECMA_IS_VALUE_ERROR (len_value)) in ecma_builtin_array_object_from() [all …]
|
D | ecma-builtin-object.c | 174 if (ECMA_IS_VALUE_ERROR (ecma_op_check_object_coercible (arg1))) in ecma_builtin_object_object_set_prototype_of() 200 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_object_object_set_prototype_of() 238 if (ECMA_IS_VALUE_ERROR (ecma_op_check_object_coercible (arg1))) in ecma_builtin_object_object_set_proto() 264 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_object_object_set_proto() 383 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_object_set_integrity_level() 405 if (ECMA_IS_VALUE_ERROR (define_own_prop_ret)) in ecma_builtin_object_set_integrity_level() 426 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_object_set_integrity_level() 455 if (ECMA_IS_VALUE_ERROR (define_own_prop_ret)) in ecma_builtin_object_set_integrity_level() 485 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_object_object_seal() 516 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_object_object_freeze() [all …]
|
D | ecma-builtin-promise.c | 59 if (!ECMA_IS_VALUE_ERROR (value)) in ecma_builtin_promise_reject_abrupt() 75 if (ECMA_IS_VALUE_ERROR (call_ret)) in ecma_builtin_promise_reject_abrupt() 143 if (ECMA_IS_VALUE_ERROR (next)) in ecma_builtin_promise_perform_race() 163 if (ECMA_IS_VALUE_ERROR (next_val)) in ecma_builtin_promise_perform_race() 174 if (ECMA_IS_VALUE_ERROR (next_promise)) in ecma_builtin_promise_perform_race() 192 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_promise_perform_race() 355 if (ECMA_IS_VALUE_ERROR (next)) in ecma_builtin_promise_perform_all() 380 if (ECMA_IS_VALUE_ERROR (resolve_result)) in ecma_builtin_promise_perform_all() 399 if (ECMA_IS_VALUE_ERROR (next_value)) in ecma_builtin_promise_perform_all() 416 if (ECMA_IS_VALUE_ERROR (next_promise)) in ecma_builtin_promise_perform_all() [all …]
|
D | ecma-builtin-regexp-prototype.c | 119 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_regexp_prototype_get_flags() 248 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_prototype_get_global() 273 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_prototype_get_ignorecase() 298 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_prototype_get_multiline() 323 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_prototype_get_sticky() 348 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_prototype_get_unicode() 416 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_prototype_compile() 448 if (ECMA_IS_VALUE_ERROR (obj_this)) in ecma_builtin_regexp_prototype_exec() 501 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_regexp_prototype_test() 508 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_regexp_prototype_test() [all …]
|
D | ecma-builtin-regexp.c | 74 if (ECMA_IS_VALUE_ERROR (regexp_value)) in ecma_builtin_regexp_dispatch_helper() 92 if (ECMA_IS_VALUE_ERROR (pattern_constructor)) in ecma_builtin_regexp_dispatch_helper() 126 if (ECMA_IS_VALUE_ERROR (pattern_value)) in ecma_builtin_regexp_dispatch_helper() 135 if (ECMA_IS_VALUE_ERROR (flags_value)) in ecma_builtin_regexp_dispatch_helper() 169 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (ret_value)); in ecma_builtin_regexp_dispatch_helper() 176 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_regexp_dispatch_helper()
|
D | ecma-builtin-string.c | 152 if (ECMA_IS_VALUE_ERROR (cooked)) in ecma_builtin_string_object_raw() 164 if (ECMA_IS_VALUE_ERROR (raw)) in ecma_builtin_string_object_raw() 172 if (ECMA_IS_VALUE_ERROR (raw_obj)) in ecma_builtin_string_object_raw() 184 if (ECMA_IS_VALUE_ERROR (ecma_op_object_get_length (raw_obj_p, &literal_segments))) in ecma_builtin_string_object_raw() 208 if (ECMA_IS_VALUE_ERROR (next_seg)) in ecma_builtin_string_object_raw() 296 if (ECMA_IS_VALUE_ERROR (to_number_value)) in ecma_builtin_string_object_from_code_point() 308 if (ECMA_IS_VALUE_ERROR (to_int_value)) in ecma_builtin_string_object_from_code_point()
|
D | ecma-builtin-string-prototype.c | 297 if (ECMA_IS_VALUE_ERROR (matcher)) in ecma_builtin_string_prototype_object_match() 334 if (ECMA_IS_VALUE_ERROR (new_regexp)) in ecma_builtin_string_prototype_object_match() 366 if (ECMA_IS_VALUE_ERROR (new_regexp)) in ecma_builtin_string_prototype_object_match() 402 if (ECMA_IS_VALUE_ERROR (replace_symbol)) in ecma_builtin_string_prototype_object_replace() 504 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_string_prototype_object_replace() 591 if (ECMA_IS_VALUE_ERROR (search_symbol)) in ecma_builtin_string_prototype_object_search() 647 if (ECMA_IS_VALUE_ERROR (new_regexp)) in ecma_builtin_string_prototype_object_search() 659 if (ECMA_IS_VALUE_ERROR (search_symbol)) in ecma_builtin_string_prototype_object_search() 705 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg1, in ecma_builtin_string_prototype_object_slice() 719 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg2, in ecma_builtin_string_prototype_object_slice() [all …]
|
D | ecma-builtin-helpers.c | 134 if (ECMA_IS_VALUE_ERROR (obj_this)) in ecma_builtin_helper_object_to_string() 148 if (ECMA_IS_VALUE_ERROR (tag_value)) in ecma_builtin_helper_object_to_string() 212 if (ECMA_IS_VALUE_ERROR (index_value)) in ecma_builtin_helper_get_to_locale_string_at_index() 224 if (ECMA_IS_VALUE_ERROR (index_obj_value)) in ecma_builtin_helper_get_to_locale_string_at_index() 234 if (ECMA_IS_VALUE_ERROR (to_locale_value)) in ecma_builtin_helper_get_to_locale_string_at_index() 253 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_helper_get_to_locale_string_at_index() 342 if (ECMA_IS_VALUE_ERROR (ecma_op_to_integer (arg, &to_int))) in ecma_builtin_helper_array_index_normalize() 374 if (ECMA_IS_VALUE_ERROR (is_spreadable)) in ecma_builtin_helper_array_concat_value() 392 if (ECMA_IS_VALUE_ERROR (error)) in ecma_builtin_helper_array_concat_value() 406 if (ECMA_IS_VALUE_ERROR (get_value)) in ecma_builtin_helper_array_concat_value() [all …]
|
D | ecma-builtin-generator-prototype.c | 116 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_generator_prototype_object_do() 138 if (ECMA_IS_VALUE_ERROR (arg)) in ecma_builtin_generator_prototype_object_do() 156 if (ECMA_IS_VALUE_ERROR (value)) in ecma_builtin_generator_prototype_object_do() 175 if (ECMA_IS_VALUE_ERROR (iterator)) in ecma_builtin_generator_prototype_object_do()
|
D | ecma-builtin-object-prototype.c | 116 if (ECMA_IS_VALUE_ERROR (to_string_val)) in ecma_builtin_object_prototype_object_to_locale_string() 185 if (ECMA_IS_VALUE_ERROR (v_obj_value)) in ecma_builtin_object_prototype_object_is_prototype_of() 269 if (ECMA_IS_VALUE_ERROR (to_object)) in ecma_builtin_object_prototype_dispatch_routine() 318 if (ECMA_IS_VALUE_ERROR (to_object)) in ecma_builtin_object_prototype_dispatch_routine()
|
D | ecma-builtin-json.c | 548 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (array_construction)); in ecma_builtin_json_parse_value() 623 if (ECMA_IS_VALUE_ERROR (value)) in ecma_builtin_json_internalize_property() 646 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_json_internalize_property() 747 if (!ECMA_IS_VALUE_ERROR (result) && ecma_op_is_callable (arg2)) in ecma_builtin_json_parse() 940 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_json_serialize_object() 1037 if (ECMA_IS_VALUE_ERROR (length_value)) in ecma_builtin_json_serialize_array() 1069 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_json_serialize_array() 1126 if (ECMA_IS_VALUE_ERROR (value)) in ecma_builtin_json_serialize_property() 1138 if (ECMA_IS_VALUE_ERROR (to_json)) in ecma_builtin_json_serialize_property() 1154 if (ECMA_IS_VALUE_ERROR (result)) in ecma_builtin_json_serialize_property() [all …]
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-proxy-object.c | 223 if (ECMA_IS_VALUE_ERROR (has_result)) in ecma_proxy_object_find() 306 if (ECMA_IS_VALUE_ERROR (trap)) in ecma_proxy_object_get_prototype_of() 328 if (ECMA_IS_VALUE_ERROR (handler_proto)) in ecma_proxy_object_get_prototype_of() 345 if (ECMA_IS_VALUE_ERROR (extensible_target)) in ecma_proxy_object_get_prototype_of() 362 if (ECMA_IS_VALUE_ERROR (target_proto)) in ecma_proxy_object_get_prototype_of() 413 if (ECMA_IS_VALUE_ERROR (trap)) in ecma_proxy_object_set_prototype_of() 441 if (ECMA_IS_VALUE_ERROR (trap_result)) in ecma_proxy_object_set_prototype_of() 454 if (ECMA_IS_VALUE_ERROR (extensible_target)) in ecma_proxy_object_set_prototype_of() 469 if (ECMA_IS_VALUE_ERROR (target_proto)) in ecma_proxy_object_set_prototype_of() 514 if (ECMA_IS_VALUE_ERROR (trap)) in ecma_proxy_object_is_extensible() [all …]
|
D | ecma-iterator-object.c | 57 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (new_array)); in ecma_create_array_from_iter_element() 179 if (ECMA_IS_VALUE_ERROR (value)) in ecma_op_get_iterator() 193 if (ECMA_IS_VALUE_ERROR (method)) in ecma_op_get_iterator() 215 if (ECMA_IS_VALUE_ERROR (iterator)) in ecma_op_get_iterator() 253 if (ECMA_IS_VALUE_ERROR (func_next)) in ecma_op_iterator_next() 304 if (ECMA_IS_VALUE_ERROR (func_return)) in ecma_op_iterator_return() 348 if (ECMA_IS_VALUE_ERROR (func_throw)) in ecma_op_iterator_throw() 357 if (ECMA_IS_VALUE_ERROR (result)) in ecma_op_iterator_throw() 428 if (ECMA_IS_VALUE_ERROR (return_method)) in ecma_op_iterator_close() 454 if (ECMA_IS_VALUE_ERROR (inner_result)) in ecma_op_iterator_close() [all …]
|
D | ecma-conversion.c | 294 if (ECMA_IS_VALUE_ERROR (primitive_value)) in ecma_op_to_number() 362 if (ECMA_IS_VALUE_ERROR (primitive_value)) in ecma_get_number() 415 if (ECMA_IS_VALUE_ERROR (prim_value)) in ecma_op_to_string() 696 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() 716 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() 734 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() 754 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() 793 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() 832 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() 844 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_to_property_descriptor() [all …]
|
D | ecma-typedarray-object.c | 534 if (ECMA_IS_VALUE_ERROR (ctor_proto)) in ecma_typedarray_create_object_with_length() 647 if (ECMA_IS_VALUE_ERROR (new_typedarray)) in ecma_typedarray_create_object_with_typedarray() 714 if (ECMA_IS_VALUE_ERROR (cb_value)) in ecma_op_typedarray_from_helper() 730 if (ECMA_IS_VALUE_ERROR (mapped_number)) in ecma_op_typedarray_from_helper() 776 if (ECMA_IS_VALUE_ERROR (using_iterator)) in ecma_op_typedarray_from() 789 if (ECMA_IS_VALUE_ERROR (iterator)) in ecma_op_typedarray_from() 805 if (ECMA_IS_VALUE_ERROR (next)) in ecma_op_typedarray_from() 820 if (ECMA_IS_VALUE_ERROR (next_value)) in ecma_op_typedarray_from() 831 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_op_typedarray_from() 845 if (ECMA_IS_VALUE_ERROR (new_typedarray)) in ecma_op_typedarray_from() [all …]
|
D | ecma-regexp-object.c | 320 if (ECMA_IS_VALUE_ERROR (parse_flags_value)) in ecma_op_create_regexp_from_pattern() 1704 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_regexp_exec_helper() 1727 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_regexp_exec_helper() 1781 if (ECMA_IS_VALUE_ERROR (put_result)) in ecma_regexp_exec_helper() 1801 if (ECMA_IS_VALUE_ERROR (put_result)) in ecma_regexp_exec_helper() 1867 if (ECMA_IS_VALUE_ERROR (put_result)) in ecma_regexp_exec_helper() 1947 if (ECMA_IS_VALUE_ERROR (prev_last_index)) in ecma_regexp_search_helper() 1954 if (ECMA_IS_VALUE_ERROR (status)) in ecma_regexp_search_helper() 1964 if (ECMA_IS_VALUE_ERROR (match)) in ecma_regexp_search_helper() 1974 if (ECMA_IS_VALUE_ERROR (result)) in ecma_regexp_search_helper() [all …]
|
D | ecma-reference.c | 61 if (ECMA_IS_VALUE_ERROR (has_binding)) in ecma_op_resolve_reference_base() 149 if (ECMA_IS_VALUE_ERROR (unscopables)) in ecma_op_is_prop_unscopable() 160 if (ECMA_IS_VALUE_ERROR (get_unscopables_value)) in ecma_op_is_prop_unscopable() 215 return ECMA_IS_VALUE_ERROR (found_binding) ? found_binding : ECMA_VALUE_NOT_FOUND; in ecma_op_object_bound_environment_resolve_reference_value() 223 if (ECMA_IS_VALUE_ERROR (found_binding) || !ecma_is_value_found (found_binding)) in ecma_op_object_bound_environment_resolve_reference_value() 259 return ECMA_IS_VALUE_ERROR (blocked) ? blocked : ECMA_VALUE_NOT_FOUND; in ecma_op_object_bound_environment_resolve_reference_value()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-to-integer.c | 46 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 56 TEST_ASSERT (ECMA_IS_VALUE_ERROR (result)); in main() 65 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 76 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 86 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 96 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 106 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 116 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 125 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main()
|
D | test-to-length.c | 46 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 56 TEST_ASSERT (ECMA_IS_VALUE_ERROR (result)); in main() 65 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 75 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 89 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 103 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main() 113 TEST_ASSERT (!ECMA_IS_VALUE_ERROR (result)); in main()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes-ecma-relational-equality.c | 44 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (left_value) in opfunc_equality() 45 && !ECMA_IS_VALUE_ERROR (right_value)); in opfunc_equality() 50 || ECMA_IS_VALUE_ERROR (compare_result)); in opfunc_equality() 69 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (left_value) in opfunc_relation() 70 && !ECMA_IS_VALUE_ERROR (right_value)); in opfunc_relation() 74 if (ECMA_IS_VALUE_ERROR (ret_value)) in opfunc_relation() 115 if (ECMA_IS_VALUE_ERROR (has_instance_method)) in opfunc_instanceof() 127 if (ECMA_IS_VALUE_ERROR (has_instance_result)) in opfunc_instanceof()
|
D | vm.c | 202 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (object)); in vm_op_set_value() 285 if (ECMA_IS_VALUE_ERROR (module_init_result)) in vm_run_module() 334 if (ECMA_IS_VALUE_ERROR (module_init_result)) in vm_run_global() 518 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (completion_value)); in vm_get_implicit_this_value() 593 if (ECMA_IS_VALUE_ERROR (proto_value)) in vm_super_call() 620 if (JERRY_UNLIKELY (ECMA_IS_VALUE_ERROR (completion_value))) in vm_super_call() 716 if (JERRY_UNLIKELY (ECMA_IS_VALUE_ERROR (completion_value))) in vm_spread_operation() 808 if (JERRY_UNLIKELY (ECMA_IS_VALUE_ERROR (completion_value))) in opfunc_call() 889 if (JERRY_UNLIKELY (ECMA_IS_VALUE_ERROR (completion_value))) in opfunc_construct() 949 if (ECMA_IS_VALUE_ERROR (result)) \ [all …]
|
D | opcodes.c | 60 if (ECMA_IS_VALUE_ERROR (has_binding)) in vm_var_decl() 102 || ECMA_IS_VALUE_ERROR (put_value_result)); in vm_set_var() 203 if (ECMA_IS_VALUE_ERROR (check_coercible)) in vm_op_delete_prop() 218 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (obj_value)); in vm_op_delete_prop() 224 JERRY_ASSERT (ecma_is_value_boolean (delete_op_ret) || ECMA_IS_VALUE_ERROR (delete_op_ret)); in vm_op_delete_prop() 290 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (obj_expr_value)); in opfunc_for_in() 344 if (!ECMA_IS_VALUE_ERROR (iterator)) in opfunc_append_to_spread_array() 350 if (ECMA_IS_VALUE_ERROR (next_value)) in opfunc_append_to_spread_array() 366 if (ECMA_IS_VALUE_ERROR (value)) in opfunc_append_to_spread_array() 385 if (ECMA_IS_VALUE_ERROR (ret_value)) in opfunc_append_to_spread_array() [all …]
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 235 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_typedarray_prototype_exec_routine() 458 if (ECMA_IS_VALUE_ERROR (new_typedarray)) in ecma_builtin_typedarray_prototype_map() 479 if (ECMA_IS_VALUE_ERROR (mapped_value)) in ecma_builtin_typedarray_prototype_map() 488 if (ECMA_IS_VALUE_ERROR (ecma_get_number (mapped_value, &mapped_num))) in ecma_builtin_typedarray_prototype_map() 616 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_typedarray_prototype_reduce_with_direction() 744 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_typedarray_prototype_filter() 764 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_builtin_typedarray_prototype_filter() 841 if (ECMA_IS_VALUE_ERROR (ecma_op_to_integer (offset_val, &target_offset_num))) in ecma_op_typedarray_set_with_typedarray() 942 if (ECMA_IS_VALUE_ERROR (ret_val)) in ecma_builtin_typedarray_prototype_set() 974 if (ECMA_IS_VALUE_ERROR (ecma_op_to_length (source_length, &source_length_uint32))) in ecma_builtin_typedarray_prototype_set() [all …]
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-module.c | 454 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_module_resolve_export() 495 if (ECMA_IS_VALUE_ERROR (result)) in ecma_module_namespace_object_add_export_if_needed() 643 if (!ECMA_IS_VALUE_ERROR (ret_value)) in ecma_module_evaluate() 699 if (ECMA_IS_VALUE_ERROR (status)) in ecma_module_connect_imports() 722 if (ECMA_IS_VALUE_ERROR (result)) in ecma_module_connect_imports() 736 if (ECMA_IS_VALUE_ERROR (result)) in ecma_module_connect_imports() 752 if (ECMA_IS_VALUE_ERROR (result)) in ecma_module_connect_imports() 782 if (ECMA_IS_VALUE_ERROR (result)) in ecma_module_connect_imports() 894 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_module_parse() 921 if (ECMA_IS_VALUE_ERROR (ret_value)) in ecma_module_parse_modules() [all …]
|