| /third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
| 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
|
| /third_party/node/src/ |
| D | inspector_js_api.cc | 186 SlicedArguments call_args(args, /* start */ 2); in CallAndPauseOnStart() local 201 SlicedArguments call_args(info, /* start */ 2); in InspectorConsoleCall() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| 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… 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
|
| 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Statepoint.h | 186 iterator_range<arg_iterator> call_args() const { in call_args() function
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| D | ecma-container-object.c | 861 ecma_value_t call_args[] = { value_arg, key_arg, this_arg }; in ecma_op_container_foreach() local
|
| D | ecma-typedarray-object.c | 707 ecma_value_t call_args[] = { current_value, current_index }; in ecma_op_typedarray_from_helper() local
|
| /third_party/node/deps/v8/src/compiler/ |
| 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
|
| D | wasm-compiler.cc | 2981 Node* call_args[] = {function, args..., effect(), control()}; in BuildCCall() local
|
| /third_party/node/deps/v8/src/execution/arm64/ |
| D | simulator-arm64.h | 725 CallArgument call_args[] = {CallArgument(args)..., CallArgument::End()}; in Call() local
|
| /third_party/python/Lib/unittest/ |
| D | mock.py | 569 call_args = _delegating_property('call_args') variable in NonCallableMock
|
| /third_party/node/deps/v8/src/parsing/ |
| D | parser.cc | 3510 ScopedPtrList<Expression> call_args(pointer_buffer()); in CloseTemplateLiteral() local
|