Home
last modified time | relevance | path

Searched defs:arguments_list (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date-prototype.c348const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_date_prototype_dispatch_set()
599const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_date_prototype_dispatch_routine()
Decma-builtin-reflect.c83 const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_reflect_dispatch_routine()
Decma-builtin-math.c341 const ecma_value_t arguments_list[], /**< list of arguments in ecma_builtin_math_dispatch_routine()
Decma-builtin-internal-routines-template.inc.h237 const ecma_value_t arguments_list[], /**< list of arguments in DISPATCH_ROUTINE_ROUTINE_NAME()
Decma-builtin-json.c675 ecma_value_t arguments_list[2]; in ecma_builtin_json_internalize_property() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-call-gen.cc150 TNode<Object> arguments_list, TNode<Context> context) { in CallOrConstructWithArrayLike()
506 auto arguments_list = Parameter<Object>(Descriptor::kArgumentsList); in TF_BUILTIN() local
514 auto arguments_list = Parameter<Object>(Descriptor::kArgumentsList); in TF_BUILTIN() local
Dbuiltins-constructor-gen.cc89 auto arguments_list = Parameter<Object>(Descriptor::kArgumentsList); in TF_BUILTIN() local
98 auto arguments_list = Parameter<Object>(Descriptor::kArgumentsList); in TF_BUILTIN() local
/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc1001 Node* arguments_list = n.Argument(0); in LowerJSCallWithArrayLike() local
Djs-call-reducer.cc2598 Node* arguments_list = n.Argument(1); in ReduceFunctionPrototypeApply() local
4009 Node* node, Node* arguments_list, int arraylike_or_spread_index, in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4194 Node* arguments_list = in ReduceCallOrConstructWithArrayLikeOrSpread() local
4908 TNode<Object> arguments_list = n.LastArgument(); in ReduceJSCallWithArrayLikeOrSpreadOfEmpty() local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2275 Register arguments_list = x2; in Generate_ReflectApply() local
2330 Register arguments_list = x2; in Generate_ReflectConstruct() local
2456 Register arguments_list = x2; in Generate_CallOrConstructVarargs() local
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc1940 Register arguments_list = a2; in Generate_ReflectApply() local
1999 Register arguments_list = a2; in Generate_ReflectConstruct() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc2023 Register arguments_list = a2; in Generate_ReflectApply() local
2090 Register arguments_list = a2; in Generate_ReflectConstruct() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1937 Register arguments_list = a2; in Generate_ReflectApply() local
1996 Register arguments_list = a2; in Generate_ReflectConstruct() local
/third_party/node/deps/v8/src/api/
Dapi.cc2630 i::Handle<i::FixedArray> arguments_list = in CompileFunctionInternal() local