cad99884fb
These tests unnecessarily rely on the `//# sourceURL` annotation. This is preparatory work to eventually move the treatment of `sourceURL` to the DevTools front-end. Bug: chromium:1183990 Change-Id: I934eb1580f503b7b9f8d97c250b7c798bc67e268 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2814568 Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Auto-Submit: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#73878}
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
Tests GC within DebugBreak
|
|
|
|
Running test: test
|
|
Script wasm://wasm/38e28046 byte offset 51: Wasm opcode 0x20 (kExprLocalGet)
|
|
GC triggered
|
|
Debugger.resume
|
|
Hello World (v8://test/instantiate:11:36)
|
|
at bar (v8://test/instantiate:11:36)
|
|
at wasm_A (wasm://wasm/38e28046:1:54)
|
|
at test (test.js:4:20)
|
|
at (anonymous function) (:1:1)
|
|
exports.main returned!
|