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

Side by Side Diff: test/inspector/debugger/wasm-scripts-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-scripts.js ('k') | test/inspector/debugger/wasm-source.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 scripts are reported
1 Check that inspector gets two wasm scripts at module creation time. 2 Check that inspector gets two wasm scripts at module creation time.
2 Script #0 parsed. URL: v8://test/testFunction 3 Script #0 parsed. URL: v8://test/testFunction
3 Script #1 parsed. URL: v8://test/runTestRunction 4 Script #1 parsed. URL: v8://test/runTestRunction
4 Script #2 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-0 5 Script #2 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-0
5 Script #3 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-1 6 Script #3 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-1
6 Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-0: 7 Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-0:
7 func $nopFunction 8 func $nopFunction
8 nop 9 nop
9 end 10 end
10 11
11 Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-1: 12 Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-1:
12 func $main 13 func $main
13 block 14 block
14 i32.const 2 15 i32.const 2
15 drop 16 drop
16 end 17 end
17 end 18 end
18 19
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-scripts.js ('k') | test/inspector/debugger/wasm-source.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698