Searched refs:func_object_p (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-typedarray-object.c | 698 ecma_object_t *func_object_p, /**< map function object */ in ecma_op_typedarray_from_helper() argument 703 if (func_object_p != NULL) in ecma_op_typedarray_from_helper() 709 ecma_value_t cb_value = ecma_op_function_call (func_object_p, this_val, call_args, 2); in ecma_op_typedarray_from_helper() 765 ecma_object_t *func_object_p = NULL; in ecma_op_typedarray_from() local 768 func_object_p = ecma_get_object_from_value (map_fn_val); in ecma_op_typedarray_from() 863 func_object_p, in ecma_op_typedarray_from() 944 func_object_p, in ecma_op_typedarray_from()
|
D | ecma-container-object.c | 841 ecma_object_t *func_object_p = ecma_get_object_from_value (predicate); in ecma_op_container_foreach() local 862 … ecma_value_t call_value = ecma_op_function_call (func_object_p, predicate_this_arg, call_args, 3); in ecma_op_container_foreach()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 218 ecma_object_t *func_object_p = ecma_get_object_from_value (cb_func_val); in ecma_builtin_typedarray_prototype_exec_routine() local 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() 453 ecma_object_t *func_object_p = ecma_get_object_from_value (cb_func_val); in ecma_builtin_typedarray_prototype_map() local 478 ecma_value_t mapped_value = ecma_op_function_call (func_object_p, cb_this_arg, call_args, 3); in ecma_builtin_typedarray_prototype_map() 594 ecma_object_t *func_object_p = ecma_get_object_from_value (cb_func_val); in ecma_builtin_typedarray_prototype_reduce_with_direction() local 607 ecma_value_t call_value = ecma_op_function_call (func_object_p, in ecma_builtin_typedarray_prototype_reduce_with_direction() 715 ecma_object_t *func_object_p = ecma_get_object_from_value (cb_func_val); in ecma_builtin_typedarray_prototype_filter() local 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() 1604 ecma_object_t *func_object_p = ecma_get_object_from_value (predicate); in ecma_builtin_typedarray_prototype_find_helper() local 1627 … ecma_value_t call_value = ecma_op_function_call (func_object_p, predicate_this_arg, call_args, 3); in ecma_builtin_typedarray_prototype_find_helper()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-array-prototype.c | 1883 ecma_object_t *func_object_p = ecma_get_object_from_value (arg1); in ecma_builtin_array_apply() local 1904 ecma_value_t call_value = ecma_op_function_call (func_object_p, arg2, call_args, 3); in ecma_builtin_array_apply() 1983 ecma_object_t *func_object_p = ecma_get_object_from_value (arg1); in ecma_builtin_array_prototype_object_map() local 2005 ecma_value_t mapped_value = ecma_op_function_call (func_object_p, arg2, call_args, 3); in ecma_builtin_array_prototype_object_map() 2075 ecma_object_t *func_object_p = ecma_get_object_from_value (arg1); in ecma_builtin_array_prototype_object_filter() local 2100 ecma_value_t call_value = ecma_op_function_call (func_object_p, arg2, call_args, 3); in ecma_builtin_array_prototype_object_filter() 2169 ecma_object_t *func_object_p = ecma_get_object_from_value (args_p[0]); in ecma_builtin_array_reduce_from() local 2243 ecma_value_t call_value = ecma_op_function_call (func_object_p, in ecma_builtin_array_reduce_from() 2383 ecma_object_t *func_object_p = ecma_get_object_from_value (predicate); in ecma_builtin_array_prototype_object_find() local 2401 … ecma_value_t call_value = ecma_op_function_call (func_object_p, predicate_this_arg, call_args, 3); in ecma_builtin_array_prototype_object_find()
|