nodejs/deps/v8/test/inspector/debugger/wasm-gc-multi-module-expected.txt
Michaël Zasso 918fe04351
deps: update V8 to 13.6.233.8
PR-URL: https://github.com/nodejs/node/pull/58070
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2025-05-02 15:06:53 +02:00

59 lines
1.5 KiB
Plaintext

Test inspection of Wasm GC objects with multiple modules
Running test: test
Calling instantiate function for module A.
Waiting for wasm script to be parsed.
Got wasm script!
Calling instantiate function for module B.
Waiting for wasm script to be parsed.
Module A instantiated.
Got wasm script!
Module B instantiated.
Setting breakpoint
Setting breakpoint
{
columnNumber : 72
lineNumber : 0
scriptId : <scriptId>
}
{
columnNumber : 108
lineNumber : 0
scriptId : <scriptId>
}
Paused:
Script wasm://wasm/493c7026 byte offset 72: Wasm opcode 0x01 (kExprNop)
Scope:
at $main (0:72):
- scope (wasm-expression-stack):
stack:
- scope (local):
$var0: Array ((ref $canon6))
$var1: Struct ((ref $canon3))
- scope (module):
instance: exports: "createStruct" (Function), "main" (Function)
module: Module
functions: "$createStruct": (Function), "$main": (Function)
at (anonymous) (0:18):
- scope (global):
-- skipped globals
Paused:
Script wasm://wasm/b9d0fb8a byte offset 108: Wasm opcode 0x01 (kExprNop)
Scope:
at $main (0:108):
- scope (wasm-expression-stack):
stack:
- scope (local):
$var0: Array ((ref $canon6))
$var1: Struct ((ref $canon3))
- scope (module):
instance: exports: "createStruct" (Function), "createArray" (Function), "main" (Function)
module: Module
functions: "$createStruct": (Function), "$createArray": (Function), "$main": (Function)
at (anonymous) (4:24):
- scope (global):
-- skipped globals
main returned. Test finished.