InstrumentationBuilder instrumentation = Instrumentation.builder("dart.engine.Parser.parseCompilationUnit");
try {
currentToken = token;
return parseCompilationUnit();
} finally {
instrumentation.log(2); //Record if >= 2ms
}
}
/**
* Parse the script tag and directives in a compilation unit, starting with the given token, until