Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/config/context/
Dcontext.cpp38 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp23 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp440 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local