• mstarzinger's avatar
    Drop computed handler count and index from AST. · c14ba5ec
    mstarzinger authored
    These values were computed by the parser and hence out of sync with any
    visitor over the AST. Our AST visitor aborts visitation of statement
    lists as soon as a jump statement has been reached. Now handler tables
    are guaranteed to be dense and fully populated.
    
    R=ishell@chromium.org
    TEST=mjsunit/regress/regress-crbug-493290
    BUG=chromium:493290
    LOG=N
    
    Review URL: https://codereview.chromium.org/1157213004
    
    Cr-Commit-Position: refs/heads/master@{#28846}
    c14ba5ec
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...