Home
last modified time | relevance | path

Searched defs:argumentsList (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp31 JSHandle<JSTaggedValue> argumentsList = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectApply() local
37 JSHandle<JSTaggedValue> argumentsList) in ReflectApplyInternal()
81 JSHandle<JSTaggedValue> argumentsList = GetCallArg(argv, 1); in ReflectConstruct() local
Dbuiltins_function.cpp141 std::pair<TaggedArray*, size_t> argumentsList = BuildArgumentsListFast(thread, arrayObj); in FunctionPrototypeApplyInternal() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js103 apply: function (target, thisArg, argumentsList) { argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp86 JSHandle<JSObject> argumentsList(JSArray::ArrayCreate(thread, JSTaggedNumber(2))); in HWTEST_F_L0() local
121 JSHandle<JSObject> argumentsList(JSArray::ArrayCreate(thread, JSTaggedNumber(1))); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp1325 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 1); in TryInlineReflectConstruct() local
1362 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 2); in TryInlineReflectApply() local
Dnew_object_stub_builder.cpp1272 void NewObjectStubBuilder::FillArgumentsList(GateRef argumentsList, in FillArgumentsList()
1330 GateRef argumentsList = NewArgumentsListObj(numArgs); in NewArgumentsList() local
1341 GateRef argumentsList, GateRef numArgs) in NewArgumentsObj()
Dtyped_native_inline_lowering.cpp2709 GateRef argumentsList = acc_.GetValueIn(gate, 2); in LowerReflectApply() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2181 JSHandle<TaggedArray> argumentsList = factory->NewTaggedArray(actualNumArgs); in RuntimeGetUnmapedArgs() local
2711 …JSHandle<TaggedArray> argumentsList = factory->NewTaggedArray(actualNumArgs - NUM_MANDATORY_JSFUNC… in RuntimeOptGetUnmapedArgs() local
2724 …Stubs::RuntimeGetUnmapedJSArgumentObj(JSThread *thread, const JSHandle<TaggedArray> &argumentsList) in RuntimeGetUnmapedJSArgumentObj()
Druntime_stubs.cpp4342 …JSHandle<JSTaggedValue> argumentsList = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS() local