Searched defs:argumentsList (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_reflect.cpp | 31 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 D | builtins_function.cpp | 145 std::pair<TaggedArray*, size_t> argumentsList = BuildArgumentsListFast(thread, arrayObj); in FunctionPrototypeApplyInternal() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | native_inline_lowering.cpp | 1350 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 1); in TryInlineReflectConstruct() local 1387 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 2); in TryInlineReflectApply() local
|
H A D | new_object_stub_builder.cpp | 1222 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 D | typed_native_inline_lowering.cpp | 2792 GateRef argumentsList = acc_.GetValueIn(gate, 2); in LowerReflectApply() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 2177 JSHandle<TaggedArray> argumentsList = factory->NewTaggedArray(actualNumArgs); in RuntimeGetUnmapedArgs() local [all...] |
H A D | runtime_stubs.cpp | 4024 JSHandle<JSTaggedValue> argumentsList = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
Completed in 43 milliseconds