Home
last modified time | relevance | path

Searched defs:argumentsList (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_reflect.cpp31 JSHandle<JSTaggedValue> argumentsList = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectApply() local
81 JSHandle<JSTaggedValue> argumentsList = GetCallArg(argv, 1); in ReflectConstruct() local
35 ReflectApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> target, JSHandle<JSTaggedValue> thisArgument, JSHandle<JSTaggedValue> argumentsList) ReflectApplyInternal() argument
[all...]
H A Dbuiltins_function.cpp145 std::pair<TaggedArray*, size_t> argumentsList = BuildArgumentsListFast(thread, arrayObj); in FunctionPrototypeApplyInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp1350 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 1); in TryInlineReflectConstruct() local
1387 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 2); in TryInlineReflectApply() local
H A Dnew_object_stub_builder.cpp1222 void NewObjectStubBuilder::FillArgumentsList(GateRef argumentsList, in FillArgumentsList() argument
1238 SetValueToTaggedArray(VariableType::JS_ANY(), glue_, argumentsList, *i, argument); in FillArgumentsList() local
1280 GateRef argumentsList = NewArgumentsListObj(numArgs); in NewArgumentsList() local
1307 SetElementsArray(VariableType::JS_ANY(), glue_, result->ReadVariable(), argumentsList); in NewArgumentsObj() local
1290 NewArgumentsObj(Variable *result, Label *exit, GateRef argumentsList, GateRef numArgs) NewArgumentsObj() argument
H A Dtyped_native_inline_lowering.cpp2792 GateRef argumentsList = acc_.GetValueIn(gate, 2); in LowerReflectApply() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2177 JSHandle<TaggedArray> argumentsList = factory->NewTaggedArray(actualNumArgs); in RuntimeGetUnmapedArgs() local
[all...]
H A Druntime_stubs.cpp4024 JSHandle<JSTaggedValue> argumentsList = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local

Completed in 43 milliseconds