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

Unified Diff: test/mjsunit/wasm/frame-inspection.js

Issue 2361053004: Revert of [wasm] Master CL for Binary 0xC changes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/wasm/ffi-error.js ('k') | test/mjsunit/wasm/function-names.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/frame-inspection.js
diff --git a/test/mjsunit/wasm/frame-inspection.js b/test/mjsunit/wasm/frame-inspection.js
index 9d45239e4ae2000d4557279f1ccfb757c91897de..4d342e6cae31762561c81e7c1a509b932cd3548d 100644
--- a/test/mjsunit/wasm/frame-inspection.js
+++ b/test/mjsunit/wasm/frame-inspection.js
@@ -52,11 +52,11 @@
builder.addImport("func", kSig_v_v);
builder.addFunction("wasm_1", kSig_v_v)
- .addBody([kExprNop, kExprCallFunction, 2])
+ .addBody([kExprNop, kExprCallFunction, kArity0, 1])
.exportAs("main");
builder.addFunction("wasm_2", kSig_v_v)
- .addBody([kExprCallFunction, 0]);
+ .addBody([kExprCallImport, kArity0, 0]);
function call_debugger() {
debugger;
« no previous file with comments | « test/mjsunit/wasm/ffi-error.js ('k') | test/mjsunit/wasm/function-names.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698