Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp181 JSHandle<TaggedArray> argsArray = factory->NewTaggedArray(argsLength); in FunctionPrototypeBind() local
183 argsArray->Set(thread, index, GetCallArg(argv, index + 1)); in FunctionPrototypeBind()
186 … JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBind()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h286 JSHandle<TaggedArray> argsArray = factory->NewTaggedArray(length); in RuntimeNewObjApply() local
290 argsArray->Set(thread, i, prop); in RuntimeNewObjApply()
296 info->SetCallArg(length, argsArray); in RuntimeNewObjApply()