Searched defs:isDebug (Results 1 – 6 of 6) sorted by relevance
20 export function isDebug(projectConfig: any): boolean { function
26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod()
22 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
173 void SetDebug(bool isDebug) in SetDebug()
140 void CGOptions::DecideMplcgRealLevel(bool isDebug) in DecideMplcgRealLevel()174 bool CGOptions::SolveOptions(bool isDebug) in SolveOptions()
667 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local