Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h394 void JoinStackPopFastPath(JSHandle<JSTaggedValue> receiver);
Decma_macros.h204 ecmaContext->JoinStackPopFastPath(value); \
Djs_stable_array.cpp245 context->JoinStackPopFastPath(receiverValue); in Join()
305 context->JoinStackPopFastPath(receiverValue); in Join()
Decma_context.cpp815 void EcmaContext::JoinStackPopFastPath(JSHandle<JSTaggedValue> receiver) in JoinStackPopFastPath() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1289 context->JoinStackPopFastPath(thisHandle); in Join()