v8/test/inspector/debugger/step-into-nested-arrow-expected.txt
yangguo 62b6dd1942 [debugger] correctly find inner function scope.
Nested arrow functions can have the same end positions, so
the end position is unsuitable to decide whether a scope is
an inner function scope.

BUG=chromium:696202
R=jgruber@chromium.org, kozyatinskiy@chromium.org

Review-Url: https://codereview.chromium.org/2751573003
Cr-Commit-Position: refs/heads/master@{#43797}
2017-03-14 16:35:19 +00:00

18 lines
337 B
Plaintext

Checks that stepInto nested arrow function doesn't produce crash.
paused
(anonymous) (test.js:2:0)
(anonymous) (:0:6)
paused
rec (test.js:1:19)
(anonymous) (test.js:2:0)
(anonymous) (:0:6)
paused
rec (test.js:2:5)
(anonymous) (test.js:2:0)
(anonymous) (:0:6)
paused
(anonymous) (test.js:2:5)
(anonymous) (:0:6)
paused
(anonymous) (:0:8)