Searched refs:SwitchCurrentContext (Results 1 – 6 of 6) sorted by relevance
90 HWTEST_F_L0(EcmaContextTest, SwitchCurrentContext) in HWTEST_F_L0() argument98 thread->SwitchCurrentContext(context); in HWTEST_F_L0()
222 SwitchCurrentContext(context, true); in Iterate()227 SwitchCurrentContext(tempContext, true); in Iterate()627 void JSThread::SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate) in SwitchCurrentContext() function in panda::ecmascript::JSThread669 SwitchCurrentContext(contexts_.back()); in EraseContext()
868 void SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate = false);
617 thread->SwitchCurrentContext(context); in MountContext()
1303 static void SwitchCurrentContext(EcmaVM *vm, EcmaContext *context);
319 void JSNApi::SwitchCurrentContext(EcmaVM *vm, EcmaContext *context) in SwitchCurrentContext() function in panda::JSNApi322 thread->SwitchCurrentContext(context); in SwitchCurrentContext()