62b6dd1942
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}
18 lines
337 B
Plaintext
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)
|