Home
last modified time | relevance | path

Searched refs:argsArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp172 JSHandle<TaggedArray> argsArray = factory->NewTaggedArray(argsLength); in FunctionPrototypeBind() local
174 argsArray->Set(thread, index, GetCallArg(argv, index + 1)); in FunctionPrototypeBind()
177 … JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBind()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h282 JSHandle<TaggedArray> argsArray = factory->NewTaggedArray(length); in RuntimeNewObjApply() local
286 argsArray->Set(thread, i, prop); in RuntimeNewObjApply()
292 info->SetCallArg(length, argsArray); in RuntimeNewObjApply()