• Ross McIlroy's avatar
    [Ast] Teach Ast Printer to print raw literal values. · ff4e4ab4
    Ross McIlroy authored
    Converts the ast prettyprinter to printing literals from the raw values
    rather than internalized on-heap strings. This enables ast printing before
    internalizing, and means we can avoid use of the isolate in the interpreter's
    off-thread phase.
    
    Also removes --print-builtin-ast and relies on just --print-ast to print
    everything.
    
    Finally, converts FunctionLiteral's debug_name function to return a
    char[] which is created from the raw name literal where it exists, rather
    than relying on the value having been internalized.
    
    BUG=v8:5203
    
    Change-Id: Ib69f754e254736f415db38713e6209465817e6f1
    Reviewed-on: https://chromium-review.googlesource.com/758681Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49276}
    ff4e4ab4
Name
Last commit
Last update
..
OWNERS Loading commit data...
background-parsing-task.cc Loading commit data...
background-parsing-task.h Loading commit data...
duplicate-finder.h Loading commit data...
expression-classifier.h Loading commit data...
expression-scope-reparenter.cc Loading commit data...
expression-scope-reparenter.h Loading commit data...
func-name-inferrer.cc Loading commit data...
func-name-inferrer.h Loading commit data...
parse-info.cc Loading commit data...
parse-info.h Loading commit data...
parser-base.h Loading commit data...
parser.cc Loading commit data...
parser.h Loading commit data...
parsing.cc Loading commit data...
parsing.h Loading commit data...
pattern-rewriter.cc Loading commit data...
preparse-data-format.h Loading commit data...
preparse-data.cc Loading commit data...
preparse-data.h Loading commit data...
preparsed-scope-data.cc Loading commit data...
preparsed-scope-data.h Loading commit data...
preparser.cc Loading commit data...
preparser.h Loading commit data...
rewriter.cc Loading commit data...
rewriter.h Loading commit data...
scanner-character-streams.cc Loading commit data...
scanner-character-streams.h Loading commit data...
scanner.cc Loading commit data...
scanner.h Loading commit data...
token.cc Loading commit data...
token.h Loading commit data...