c203163d1f
This is useful for the upcoming "huge TypedArrays" support, to be able to quickly decide in stubs/generated code whether a string used as the key for a property load/store can possibly be an exotic integer index. Bug: v8:4153 Change-Id: I50ce655d2f78fb36e5615fd580f22c9290216c84 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1821460 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#64165}
89 lines
2.9 KiB
Plaintext
89 lines
2.9 KiB
Plaintext
Tests breakable locations in wasm
|
|
Running testFunction...
|
|
Script nr 0 parsed. URL: v8://test/setup
|
|
Script nr 1 parsed. URL: v8://test/runTestFunction
|
|
Script nr 2 parsed. URL: wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0
|
|
This is a wasm script (nr 0).
|
|
Script nr 3 parsed. URL: wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1
|
|
This is a wasm script (nr 1).
|
|
Querying breakable locations for all wasm scripts now...
|
|
Requesting all breakable locations in wasm script 0
|
|
4 breakable location(s):
|
|
[0] 2:2 || >nop
|
|
[1] 3:2 || >i32.const 12
|
|
[2] 4:2 || >local.set 0
|
|
[3] 5:0 || >end
|
|
Requesting breakable locations in lines [0,3)
|
|
1 breakable location(s):
|
|
[0] 2:2 || >nop
|
|
Requesting breakable locations in lines [4,6)
|
|
2 breakable location(s):
|
|
[0] 4:2 || >local.set 0
|
|
[1] 5:0 || >end
|
|
Requesting all breakable locations in wasm script 1
|
|
7 breakable location(s):
|
|
[0] 1:2 || >local.get 0
|
|
[1] 2:2 || >if
|
|
[2] 3:4 || >block
|
|
[3] 4:6 || >call 0
|
|
[4] 5:4 || >end
|
|
[5] 6:2 || >end
|
|
[6] 7:0 || >end
|
|
Requesting breakable locations in lines [0,3)
|
|
2 breakable location(s):
|
|
[0] 1:2 || >local.get 0
|
|
[1] 2:2 || >if
|
|
Requesting breakable locations in lines [4,6)
|
|
2 breakable location(s):
|
|
[0] 4:6 || >call 0
|
|
[1] 5:4 || >end
|
|
Setting a breakpoint on each breakable location...
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:2:2
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:3:2
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:4:2
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:5:0
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:1:2
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:2:2
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:3:4
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:4:6
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:5:4
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:6:2
|
|
Success!
|
|
Setting at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:7:0
|
|
Success!
|
|
Running wasm code...
|
|
Missing breakpoints: 11
|
|
Script nr 4 parsed. URL: v8://test/runWasm
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:1:2
|
|
Missing breakpoints: 10
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:2:2
|
|
Missing breakpoints: 9
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:3:4
|
|
Missing breakpoints: 8
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:4:6
|
|
Missing breakpoints: 7
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:2:2
|
|
Missing breakpoints: 6
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:3:2
|
|
Missing breakpoints: 5
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:4:2
|
|
Missing breakpoints: 4
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-0:5:0
|
|
Missing breakpoints: 3
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:5:4
|
|
Missing breakpoints: 2
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:6:2
|
|
Missing breakpoints: 1
|
|
Stopped at wasm://wasm/wasm-6a95b41e/wasm-6a95b41e-1:7:0
|
|
Missing breakpoints: 0
|
|
Finished!
|