d16f404cba
Add missing source position for stack check, used by OSR to find the correct return address. R=clemensb@chromium.org Bug: v8:10235 Change-Id: Ie26dd3b2079168e846f84b3a4ffe18b838649be7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2339625 Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Thibaud Michaud <thibaudm@chromium.org> Cr-Commit-Position: refs/heads/master@{#69309}
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
Tests pausing a running script and stepping
|
|
Instantiate
|
|
Wait for script
|
|
Got wasm script: wasm://wasm/c84b7cde
|
|
Run
|
|
Expecting to pause at 61
|
|
Paused at offset 61; local: [12]; wasm-expression-stack: []
|
|
Paused at offset 62; local: [12]; wasm-expression-stack: []
|
|
Paused at offset 64; local: [12]; wasm-expression-stack: [12]
|
|
Paused at offset 66; local: [12]; wasm-expression-stack: [12, 1]
|
|
Paused at offset 67; local: [12]; wasm-expression-stack: [13]
|
|
Finished!
|