7bbea08f66
This refactoring makes it easier to write advanced tests and gives full control over what's happening to the test code. It also forces description for every test. BUG=none Review-Url: https://codereview.chromium.org/2891213002 Cr-Commit-Position: refs/heads/master@{#45412}
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
Tests how wasm scrips report the source
|
|
Check that inspector gets disassembled wasm code
|
|
Paused on debugger!
|
|
Number of frames: 5
|
|
[0] debugger;
|
|
[1] call 0
|
|
[2] call_indirect 2
|
|
[3] instance.exports.main();
|
|
[4] testFunction(module_bytes)
|
|
Finished.
|