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

Side by Side Diff: test/inspector/debugger/wasm-imports-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-imports.js ('k') | test/inspector/debugger/wasm-scripts.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 imports in wasm
1 Installing code and global variable. 2 Installing code and global variable.
2 Calling instantiate function for module A. 3 Calling instantiate function for module A.
3 Waiting for wasm script to be parsed. 4 Waiting for wasm script to be parsed.
4 Got wasm script! 5 Got wasm script!
5 Setting breakpoint in line 1: 6 Setting breakpoint in line 1:
6 func $func 7 func $func
7 #nop 8 #nop
8 end 9 end
9 10
10 Calling instantiate function for module B. 11 Calling instantiate function for module B.
11 Calling main function on module B. 12 Calling main function on module B.
12 Paused at 1:2. 13 Paused at 1:2.
13 func $func 14 func $func
14 #nop 15 #nop
15 end 16 end
16 17
17 Getting current stack trace via "new Error().stack". 18 Getting current stack trace via "new Error().stack".
18 Error 19 Error
19 at v8://test/getStack:1:1 20 at v8://test/getStack:1:1
20 at func (<WASM>[0]+1) 21 at func (<WASM>[0]+1)
21 at main (<WASM>[1]+1) 22 at main (<WASM>[1]+1)
22 at v8://test/runWasm:1:22 23 at v8://test/runWasm:1:22
23 exports.main returned. 24 exports.main returned.
24 Finished. 25 Finished.
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-imports.js ('k') | test/inspector/debugger/wasm-scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698