Searched refs:JoinStackPopFastPath (Results 1 – 5 of 5) sorted by relevance
394 void JoinStackPopFastPath(JSHandle<JSTaggedValue> receiver);
204 ecmaContext->JoinStackPopFastPath(value); \
245 context->JoinStackPopFastPath(receiverValue); in Join()305 context->JoinStackPopFastPath(receiverValue); in Join()
815 void EcmaContext::JoinStackPopFastPath(JSHandle<JSTaggedValue> receiver) in JoinStackPopFastPath() function in panda::ecmascript::EcmaContext
1289 context->JoinStackPopFastPath(thisHandle); in Join()