Searched defs:isDebug (Results 1 – 5 of 5) sorted by relevance
26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod()
23 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
173 void SetDebug(bool isDebug) in SetDebug()
131 void CGOptions::DecideMplcgRealLevel(bool isDebug) in DecideMplcgRealLevel()165 bool CGOptions::SolveOptions(bool isDebug) in SolveOptions()
462 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local