summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/wasm-imports-expected.txt
blob: 0a53bdc521512d0b0315908e8edb19c04d9f7a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Installing code and global variable.
Calling instantiate function for module A.
Waiting for wasm script to be parsed.
Got wasm script!
Setting breakpoint in line 1:
func $func
  #nop
end

Calling instantiate function for module B.
Calling main function on module B.
Paused at 1:2.
func $func
  #nop
end

Getting current stack trace via "new Error().stack".
Error
    at v8://test/getStack:1:1
    at func (<WASM>[0]+1)
    at main (<WASM>[1]+1)
    at v8://test/runWasm:1:22
exports.main returned.
Finished.