Lines Matching full:trace_compile
117 var trace_compile = false; // Tracing all compile events?218 if (trace_compile) {1484 trace_compile = !trace_compile;1485 print('Tracing of compiled scripts ' + (trace_compile ? 'on' : 'off'));