Home
last modified time | relevance | path

Searched defs:SwitchCurrentContext (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp90 HWTEST_F_L0(EcmaContextTest, SwitchCurrentContext) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp606 void JSThread::SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate) in SwitchCurrentContext() function in panda::ecmascript::JSThread
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp319 void JSNApi::SwitchCurrentContext(EcmaVM *vm, EcmaContext *context) in SwitchCurrentContext() function in panda::JSNApi