Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp65 static std::pair<TaggedArray*, size_t> BuildArgumentsListFast(JSThread *thread, in BuildArgumentsListFast() function
127 std::pair<TaggedArray*, size_t> argumentsList = BuildArgumentsListFast(thread, arrayObj); in FunctionPrototypeApply()