• jgruber's avatar
    [debug] Handle OOM events in debugger tests · e9f5e1e9
    jgruber authored
    Map OOM breaks generated by inspector to DebugEvent.OOM.
    This avoids generating unintentional DebugEvent.Break events.
    
    Also be more future-proof in event categorization.
    
    On a related note, this CL also fixes a DCHECK in
    Runtime::GetFrameDetails.
    
    The receiver needs to be grabbed from the inlined frame, not
    the outer optimized frame. Optimized frames only provide the
    receiver on a best-effort basis.
    
    BUG=v8:5950
    
    Review-Url: https://codereview.chromium.org/2696173002
    Cr-Commit-Position: refs/heads/master@{#43244}
    e9f5e1e9
Name
Last commit
Last update
..
bugs/harmony Loading commit data...
debug Loading commit data...
protocol Loading commit data...
regress Loading commit data...
wrapper Loading commit data...
debugger.gyp Loading commit data...
debugger.isolate Loading commit data...
debugger.status Loading commit data...
test-api.js Loading commit data...
testcfg.py Loading commit data...