Searched defs:isDebug (Results 1 – 8 of 8) 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()
22 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
173 void SetDebug(bool isDebug) in SetDebug()
644 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local