v8/test/debugger
yangguo 09de9969cc [debugger] fix switch block source positions.
The switch statement itself is part of the switch block.
However, the source position of the statement is outside of
the block. This leads to confusion for the debugger, if the
switch block pushes a block context: the current context is
a block context, but the scope analysis based on the current
source position tells the debugger that we should be outside
the scope, so we should have the function context.

R=marja@chromium.org
BUG=v8:6085

Review-Url: https://codereview.chromium.org/2744213003
Cr-Commit-Position: refs/heads/master@{#43744}
2017-03-13 12:47:48 +00:00
..
bugs/harmony [debug-wrapper] migrate some scope related tests 2016-12-14 07:20:33 +00:00
debug [debugger] correctly annotate scripts with debug id. 2017-03-13 09:13:43 +00:00
protocol [debugger] basic test infrastructure for new debugger test api. 2016-10-21 06:38:05 +00:00
regress [debugger] fix switch block source positions. 2017-03-13 12:47:48 +00:00
wrapper [debugger] Various break-related functionality in test wrapper 2016-10-28 08:18:34 +00:00
debugger.gyp [debugger] basic test infrastructure for new debugger test api. 2016-10-21 06:38:05 +00:00
debugger.isolate [debugger] Add entire directory to files in .isolate 2016-11-08 08:48:57 +00:00
debugger.status [debug] Handle OOM events in debugger tests 2017-02-16 11:48:22 +00:00
test-api.js [debug] Handle OOM events in debugger tests 2017-02-16 11:48:22 +00:00
testcfg.py [inspector] add scope type for modules. 2016-12-16 14:28:56 +00:00