Home
last modified time | relevance | path

Searched defs:boundArgs (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp851 JSHandle<TaggedArray> boundArgs(thread, func->GetBoundArguments(thread)); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp954 Register boundArgs(X4); in JSBoundFunctionCallInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3673 JSHandle<TaggedArray> boundArgs(thread, boundFunc->GetBoundArguments(thread)); in DEF_RUNTIME_STUBS() local