• adamk's avatar
    Add basic compilation support for modules · 70079dab
    adamk authored
    This adds an "experimental" API hook (v8::ScriptCompiler::CompileModule)
    allowing compilation of modules. The code gen is incredibly basic: the
    module body is represented by a Block in the AST. But this at least gets
    more of the pipeline working, and opens the door to writing mjsunit tests
    (once d8 is modified to support module compilation).
    
    BUG=v8:1569
    LOG=n
    
    Review URL: https://codereview.chromium.org/902093002
    
    Cr-Commit-Position: refs/heads/master@{#26496}
    70079dab
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...