Home
last modified time | relevance | path

Searched refs:JoinStackPush (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h393 bool JoinStackPush(JSHandle<JSTaggedValue> receiver);
Decma_context.cpp795 return JoinStackPush(receiver); in JoinStackPushFastPath()
798 bool EcmaContext::JoinStackPush(JSHandle<JSTaggedValue> receiver) in JoinStackPush() function in panda::ecmascript::EcmaContext