• Marja Hölttä's avatar
    [parser] Skipping inner funcs: Fix related to classes. · 3e12ed1f
    Marja Hölttä authored
    - Default constructor scopes won't need the scope data for deciding the scope
    allocation of variables inside them. Also, PreParser doesn't construct them. So
    they should be just skipped when applying the scope data.
    
    - PreParser needs to declare the class name + have a proper end position for
    the class scope.
    
    - This makes all mjsunit tests pass with --experimental-preparser-scope-analysis.
    
    - Also added several DCHECKs which were useful for debugging.
    
    BUG=v8:5516
    
    Change-Id: I5b3e6c60ed79efe25f33576a3547d707c700c6dd
    Reviewed-on: https://chromium-review.googlesource.com/503208
    Commit-Queue: Marja Hölttä <marja@chromium.org>
    Reviewed-by: 's avatarDaniel Vogelheim <vogelheim@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45303}
    3e12ed1f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...