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

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

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 months 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
« no previous file with comments | « test/inspector/debugger/wasm-source.js ('k') | test/inspector/debugger/wasm-stack.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests how wasm scrips report the source
1 Check that inspector gets disassembled wasm code 2 Check that inspector gets disassembled wasm code
2 Paused on debugger! 3 Paused on debugger!
3 Number of frames: 5 4 Number of frames: 5
4 [0] debugger; 5 [0] debugger;
5 [1] call 0 6 [1] call 0
6 [2] call_indirect 2 7 [2] call_indirect 2
7 [3] instance.exports.main(); 8 [3] instance.exports.main();
8 [4] testFunction(module_bytes) 9 [4] testFunction(module_bytes)
9 Finished. 10 Finished.
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-source.js ('k') | test/inspector/debugger/wasm-stack.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698