• mstarzinger's avatar
    [interpreter] Fix lookup of overlapping handler ranges. · 21b6e077
    mstarzinger authored
    This fixes corner cases where the start offsets of exception handler
    regions within the handler table fall together. This assumption was
    based on full-codegen code and no longer holds with the interpreter.
    The tables however are still well nested and code has been added to
    verify that in debug mode.
    
    R=rmcilroy@chromium.org
    BUG=v8:4674
    LOG=n
    
    Review URL: https://codereview.chromium.org/1633573002
    
    Cr-Commit-Position: refs/heads/master@{#33495}
    21b6e077
Name
Last commit
Last update
..
README Loading commit data...
harness-adapt.js Loading commit data...
test262.gyp Loading commit data...
test262.isolate Loading commit data...
test262.status Loading commit data...
testcfg.py Loading commit data...