Home | History | Annotate | Download | only in src

Lines Matching full:trace_compile

100 var trace_compile = false;  // Tracing all compile events?
199 if (trace_compile) {
1159 trace_compile = !trace_compile;
1160 print('Tracing of compiled scripts ' + (trace_compile ? 'on' : 'off'));