Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h485 void JoinStackPopFastPath(JSHandle<JSTaggedValue> receiver);
Decma_macros.h227 ecmaContext->JoinStackPopFastPath(value); \
Djs_stable_array.cpp256 context->JoinStackPopFastPath(receiverValue); in Join()
319 context->JoinStackPopFastPath(receiverValue); in Join()
Decma_context.cpp952 void EcmaContext::JoinStackPopFastPath(JSHandle<JSTaggedValue> receiver) in JoinStackPopFastPath() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1281 context->JoinStackPopFastPath(thisHandle); in Join()
1290 context->JoinStackPopFastPath(thisHandle); in Join()
1326 context->JoinStackPopFastPath(thisHandle); in Join()
2505 context->JoinStackPopFastPath(thisHandle); in ToLocaleString()
2563 context->JoinStackPopFastPath(thisHandle); in ToLocaleString()