Home | History | Annotate | Download | only in src

Lines Matching full:trace_compile

123 var trace_compile = false;  // Tracing all compile events?
226 if (trace_compile) {
1496 trace_compile = !trace_compile;
1497 print('Tracing of compiled scripts ' + (trace_compile ? 'on' : 'off'));