Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: test/inspector/debugger/wasm-source-expected.txt

Issue 2520943002: [wasm] Implement official wasm text format (Closed)
Patch Set: Return a value even after UNREACHABLE Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Check that inspector gets disassembled wasm code 1 Check that inspector gets disassembled wasm code
2 Paused on debugger! 2 Paused on debugger!
3 Number of frames: 5 3 Number of frames: 5
4 [0] debugger; 4 [0] debugger;
5 [1] kExprCallFunction, 0x00, // function #0 5 [1] call 0
6 [2] kExprCallIndirect, 0x02, 0x00, // sig #2 6 [2] call_indirect 2
7 [3] instance.exports.main(); 7 [3] instance.exports.main();
8 [4] testFunction(module_bytes) 8 [4] testFunction(module_bytes)
9 Finished. 9 Finished.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698