Searched refs:JoinStackPushFastPath (Results 1 – 3 of 3) sorted by relevance
392 bool JoinStackPushFastPath(JSHandle<JSTaggedValue> receiver);
789 bool EcmaContext::JoinStackPushFastPath(JSHandle<JSTaggedValue> receiver) in JoinStackPushFastPath() function in panda::ecmascript::EcmaContext
1219 bool noCircular = context->JoinStackPushFastPath(thisHandle); in Join()