Searched defs:call_args (Results 1 - 9 of 9) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-container-object.c | 861 ecma_value_t call_args[] = { value_arg, key_arg, this_arg }; in ecma_op_container_foreach() local
|
| H A D | ecma-typedarray-object.c | 707 ecma_value_t call_args[] = { current_value, current_index }; in ecma_op_typedarray_from_helper() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-json.c | 1148 ecma_value_t call_args[] = { key_value }; in ecma_builtin_json_serialize_property() local 1170 ecma_value_t call_args[] = { key_value, value }; in ecma_builtin_json_serialize_property() local
|
| H A D | ecma-builtin-array-prototype.c | 1902 ecma_value_t call_args[] = { get_value, current_index, ecma_make_object_value (obj_p) }; in ecma_builtin_array_apply() local 2003 ecma_value_t call_args[] = { current_value, current_index, ecma_make_object_value (obj_p) }; in ecma_builtin_array_prototype_object_map() local 2098 ecma_value_t call_args[] = { get_value, current_index, ecma_make_object_value (obj_p) }; in ecma_builtin_array_prototype_object_filter() local 2241 ecma_value_t call_args[] = {accumulator, current_value, current_index, ecma_make_object_value (obj_p)}; in ecma_builtin_array_reduce_from() local 2399 ecma_value_t call_args[] = { get_value, current_index, ecma_make_object_value (obj_p) }; in ecma_builtin_array_prototype_object_find() local [all...] |
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
| H A D | ecma-builtin-typedarray-prototype.c | 228 ecma_value_t call_args[] = { get_value, current_index, this_arg }; in ecma_builtin_typedarray_prototype_exec_routine() local 476 ecma_value_t call_args[] = { get_value, current_index, this_arg }; in ecma_builtin_typedarray_prototype_map() local 603 ecma_value_t call_args[] = { accumulator, get_value, current_index, this_arg }; in ecma_builtin_typedarray_prototype_reduce_with_direction() local 737 ecma_value_t call_args[] = { get_value, current_index, this_arg }; in ecma_builtin_typedarray_prototype_filter() local 1625 ecma_value_t call_args[] = { element_value, ecma_make_uint32_value (buffer_index), this_arg }; in ecma_builtin_typedarray_prototype_find_helper() local [all...] |
| /third_party/python/Lib/unittest/ |
| H A D | mock.py | 569 call_args = _delegating_property('call_args') variable in NonCallableMock [all...] |
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-arm64.h | 725 CallArgument call_args[] = {CallArgument(args)..., CallArgument::End()}; in Call() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | bytecode-graph-builder.cc | 2435 Node* const* call_args = GetCallArgumentsFromRegisters(callee, receiver_node, in ProcessCallVarArgs() local 2453 Node* const* call_args = in BuildCallVarArgs() local 2584 Node* const* call_args = ProcessCallVarArgs( in VisitCallJSRuntime() local
|
| H A D | wasm-compiler.cc | 2981 Node* call_args[] = {function, args..., effect(), control()}; in BuildCCall() local
|
Completed in 47 milliseconds