b278b806f1
This CL adds a regression test for sloppy block function hoisting and debug-evaluate. This was fixed in the past but the test was missing. Fixed: chromium:1246897 Change-Id: I1d7dcbd4d95ef8e5a09f09615de017b65c3e7087 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4011039 Commit-Queue: Simon Zünd <szuend@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#84141}
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
Test that sloppy function block hoisting works with debug-evaluate.
|
|
Paused on debugger statement
|
|
{
|
|
result : {
|
|
type : undefined
|
|
}
|
|
}
|