Home | History | Annotate | Download | only in src

Lines Matching full:trace_compile

115 var trace_compile = false;  // Tracing all compile events?
193 if (trace_compile) {
803 trace_compile = !trace_compile;
804 print('Tracing of compiled scripts ' + (trace_compile ? 'on' : 'off'));