Home
last modified time | relevance | path

Searched refs:SwitchCurrentContext (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp90 HWTEST_F_L0(EcmaContextTest, SwitchCurrentContext) in HWTEST_F_L0() argument
98 thread->SwitchCurrentContext(context); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp222 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::JSThread
669 SwitchCurrentContext(contexts_.back()); in EraseContext()
Djs_thread.h868 void SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate = false);
Decma_context.cpp617 thread->SwitchCurrentContext(context); in MountContext()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1303 static void SwitchCurrentContext(EcmaVM *vm, EcmaContext *context);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp319 void JSNApi::SwitchCurrentContext(EcmaVM *vm, EcmaContext *context) in SwitchCurrentContext() function in panda::JSNApi
322 thread->SwitchCurrentContext(context); in SwitchCurrentContext()