Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DparserStatusContext.h51 explicit SwitchContext(ParserContext *ctx) : SavedStatusContext(ctx) {} in SwitchContext() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h693 explicit SwitchContext(ParserContext *ctx) : SavedStatusContext(ctx) {} in SwitchContext() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5954 void JSNApi::SwitchContext(const EcmaVM *vm, const Local<JSValueRef> &context) in SwitchContext() function in panda::JSNApi