Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp23 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h163 void SetDebug(bool isDebug) in SetDebug()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp390 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local