Searched defs:isDebug (Results 1 – 11 of 11) sorted by relevance
16 isDebug: false property
20 export function isDebug(projectConfig: any): boolean { function
26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod()
35 const isDebug = buildConfig.buildMode === BUILD_MODE.DEBUG; constant
90 public isDebug: boolean; property in BaseMode
22 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
39 bool isDebug = false; member
173 void SetDebug(bool isDebug) in SetDebug()
817 auto isDebug = vm_->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local