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