f21291bc41
Extract commonly used instantiate() and evalWithUrl() functions. Bug: chromium:1093165 Change-Id: I14f8b49d556bc70d2092a80b41c5bbf678efd1a9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2245599 Commit-Queue: Kim-Anh Tran <kimanh@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#68356}
594 lines
22 KiB
Plaintext
594 lines
22 KiB
Plaintext
Test retrieving scope information when pausing in wasm functions
|
|
Calling instantiate function.
|
|
Waiting for wasm script to be parsed.
|
|
Got wasm script!
|
|
Setting breakpoint on first instruction of second function
|
|
{
|
|
columnNumber : 143
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 143: Wasm opcode 0x41
|
|
Scope:
|
|
at func (0:143):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 4 (i32)
|
|
var1: 0 (i32)
|
|
i64_local: 0 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 145: Wasm opcode 0x21
|
|
Scope:
|
|
at func (0:145):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 4 (i32)
|
|
var1: 0 (i32)
|
|
i64_local: 0 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 11 (i32)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 147: Wasm opcode 0x41
|
|
Scope:
|
|
at func (0:147):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 0 (i32)
|
|
i64_local: 0 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 149: Wasm opcode 0x21
|
|
Scope:
|
|
at func (0:149):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 0 (i32)
|
|
i64_local: 0 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 47 (i32)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 151: Wasm opcode 0x42
|
|
Scope:
|
|
at func (0:151):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: 0 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 162: Wasm opcode 0x21
|
|
Scope:
|
|
at func (0:162):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: 0 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 9223372036854775807 (i64)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 164: Wasm opcode 0x42
|
|
Scope:
|
|
at func (0:164):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: 9223372036854775807 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 175: Wasm opcode 0x21
|
|
Scope:
|
|
at func (0:175):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: 9223372036854775807 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: -9223372036854775808 (i64)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 177: Wasm opcode 0x41
|
|
Scope:
|
|
at func (0:177):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 179: Wasm opcode 0xb8
|
|
Scope:
|
|
at func (0:179):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 1 (i32)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 180: Wasm opcode 0x41
|
|
Scope:
|
|
at func (0:180):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 1 (f64)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 182: Wasm opcode 0xb8
|
|
Scope:
|
|
at func (0:182):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 1 (f64)
|
|
1: 7 (i32)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 183: Wasm opcode 0xa3
|
|
Scope:
|
|
at func (0:183):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 1 (f64)
|
|
1: 7 (f64)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 184: Wasm opcode 0x21
|
|
Scope:
|
|
at func (0:184):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 0.14285714285714285 (f64)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 186: Wasm opcode 0x41
|
|
Scope:
|
|
at func (0:186):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0.14285714285714285 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 188: Wasm opcode 0x24
|
|
Scope:
|
|
at func (0:188):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0.14285714285714285 (f64)
|
|
- scope (wasm-expression-stack):
|
|
0: 15 (i32)
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 0 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 190: Wasm opcode 0x0b
|
|
Scope:
|
|
at func (0:190):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 15 (i32)
|
|
- scope (local):
|
|
0: 0 (f64)
|
|
i32Arg: 11 (i32)
|
|
var1: 47 (i32)
|
|
i64_local: -9223372036854775808 (i64)
|
|
unicode☼f64: 0.14285714285714285 (f64)
|
|
- scope (wasm-expression-stack):
|
|
at call_func (0:132):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 15 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
Script wasm://wasm/e7879e16 byte offset 134: Wasm opcode 0x0b
|
|
Scope:
|
|
at call_func (0:134):
|
|
- scope (module):
|
|
instance: exports: "exported_global" (Global), "exported_memory" (Memory), "exported_table" (Table), "main" (Function)
|
|
exported_memory: Uint8Array(65536)
|
|
function tables:
|
|
exported_table: js_func: function js_func() { [native code] }, anonymous: function () { [native code] }, call_func: function 0() { [native code] }
|
|
globals: "exported_global": 15 (i32)
|
|
- scope (local):
|
|
var0: 4 (i32)
|
|
var1: 7.199999809265137 (f32)
|
|
- scope (wasm-expression-stack):
|
|
at (anonymous) (0:17):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
Paused:
|
|
instance.exports.main(4)
|
|
|
|
Scope:
|
|
at (anonymous) (1:31):
|
|
- scope (global):
|
|
-- skipped globals
|
|
|
|
exports.main returned. Test finished.
|