Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h392 bool JoinStackPushFastPath(JSHandle<JSTaggedValue> receiver);
Decma_context.cpp789 bool EcmaContext::JoinStackPushFastPath(JSHandle<JSTaggedValue> receiver) in JoinStackPushFastPath() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1219 bool noCircular = context->JoinStackPushFastPath(thisHandle); in Join()