Lines Matching refs:EcmaContext
43 class EcmaContext;
1275 alignas(EAS) EcmaContext *currentContext_ {nullptr};
1287 void PushContext(EcmaContext *context);
1290 EcmaContext *GetCurrentEcmaContext() const
1301 void SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate = false);
1303 CVector<EcmaContext *> GetEcmaContexts()
1310 bool EraseContext(EcmaContext *context);
1515 void SetCurrentEcmaContext(EcmaContext *context)
1609 CVector<EcmaContext *> contexts_;
1610 EcmaContext *currentContext_ {nullptr};
1639 friend class EcmaContext;