mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 12:45:25 +00:00

PR-URL: https://github.com/nodejs/node/pull/50115 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
59 lines
1.5 KiB
Plaintext
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/f0d3cad2 byte offset 72: Wasm opcode 0x01 (kExprNop)
|
|
Scope:
|
|
at $main (0:72):
|
|
- scope (wasm-expression-stack):
|
|
stack:
|
|
- scope (local):
|
|
$var0: Array ((ref $type0))
|
|
$var1: Struct ((ref $type0))
|
|
- 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/699aa072 byte offset 108: Wasm opcode 0x01 (kExprNop)
|
|
Scope:
|
|
at $main (0:108):
|
|
- scope (wasm-expression-stack):
|
|
stack:
|
|
- scope (local):
|
|
$var0: Array ((ref $type0))
|
|
$var1: Struct ((ref $type0))
|
|
- 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.
|