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

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

Issue 2531163010: [inspector] Introduce debug::WasmScript (Closed)
Patch Set: Fix expected output Created 4 years 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/protocol-test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Check that inspector gets two wasm scripts at module creation time.
2 Script #0 parsed. URL: v8://test/testFunction
3 Script #1 parsed. URL: v8://test/runTestRunction
4 Script #2 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-0
5 Script #3 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-1
6 Source for wasm://wasm/wasm-911a065e/wasm-911a065e-0:
7 func $nopFunction
8 nop
9
10 Source for wasm://wasm/wasm-911a065e/wasm-911a065e-1:
11 func $main
12 block
13 i32.const 2
14 drop
15 end
16
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-scripts.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698