Searched refs:call_value (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 230 ecma_value_t call_value = ecma_op_function_call (func_object_p, cb_this_arg, call_args, 3); in ecma_builtin_typedarray_prototype_exec_routine() local 235 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_typedarray_prototype_exec_routine() 237 return call_value; in ecma_builtin_typedarray_prototype_exec_routine() 240 bool to_bool_result = ecma_op_to_boolean (call_value); in ecma_builtin_typedarray_prototype_exec_routine() 241 ecma_free_value (call_value); in ecma_builtin_typedarray_prototype_exec_routine() 607 ecma_value_t call_value = ecma_op_function_call (func_object_p, in ecma_builtin_typedarray_prototype_reduce_with_direction() local 616 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_typedarray_prototype_reduce_with_direction() 618 return call_value; in ecma_builtin_typedarray_prototype_reduce_with_direction() 621 accumulator = call_value; in ecma_builtin_typedarray_prototype_reduce_with_direction() 739 ecma_value_t call_value = ecma_op_function_call (func_object_p, cb_this_arg, call_args, 3); in ecma_builtin_typedarray_prototype_filter() local [all …]
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype.c | 1072 ecma_value_t call_value = ecma_op_function_call (comparefn_obj_p, in ecma_builtin_array_prototype_object_sort_compare_helper() local 1076 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_array_prototype_object_sort_compare_helper() 1078 return call_value; in ecma_builtin_array_prototype_object_sort_compare_helper() 1081 if (!ecma_is_value_number (call_value)) in ecma_builtin_array_prototype_object_sort_compare_helper() 1085 if (ECMA_IS_VALUE_ERROR (ecma_get_number (call_value, &ret_num))) in ecma_builtin_array_prototype_object_sort_compare_helper() 1087 ecma_free_value (call_value); in ecma_builtin_array_prototype_object_sort_compare_helper() 1095 result = ecma_get_number_from_value (call_value); in ecma_builtin_array_prototype_object_sort_compare_helper() 1098 ecma_free_value (call_value); in ecma_builtin_array_prototype_object_sort_compare_helper() 1904 ecma_value_t call_value = ecma_op_function_call (func_object_p, arg2, call_args, 3); in ecma_builtin_array_apply() local 1906 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_array_apply() [all …]
|
D | ecma-builtin-helpers.c | 247 ecma_value_t call_value = ecma_op_function_call (locale_func_obj_p, in ecma_builtin_helper_get_to_locale_string_at_index() local 253 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_builtin_helper_get_to_locale_string_at_index() 258 ret_string_p = ecma_op_to_string (call_value); in ecma_builtin_helper_get_to_locale_string_at_index() 259 ecma_free_value (call_value); in ecma_builtin_helper_get_to_locale_string_at_index()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-container-object.c | 862 … ecma_value_t call_value = ecma_op_function_call (func_object_p, predicate_this_arg, call_args, 3); in ecma_op_container_foreach() local 864 if (ECMA_IS_VALUE_ERROR (call_value)) in ecma_op_container_foreach() 866 ret_value = call_value; in ecma_op_container_foreach() 870 ecma_free_value (call_value); in ecma_op_container_foreach()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 326 HANDLE_DW_AT(0x7e, call_value, 5, DWARF)
|