Lines Matching refs:EcmaContext
100 class EcmaContext {
102 static EcmaContext *CreateAndInitialize(JSThread *thread);
103 static void CheckAndDestroy(JSThread *thread, EcmaContext *context);
105 static EcmaContext *Create(JSThread *thread);
106 static bool Destroy(EcmaContext *context);
108 EcmaContext(JSThread *thread);
109 ~EcmaContext();
127 static EcmaContext *ConstCast(const EcmaContext *context)
129 return const_cast<EcmaContext *>(context);
380 EcmaContext::IcuFormatter icuFormatter = IcuFormatter(locale, icuObj, deleteEntry);
668 NO_MOVE_SEMANTIC(EcmaContext);
669 NO_COPY_SEMANTIC(EcmaContext);