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

Unified Diff: test/mjsunit/wasm/exceptions.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/ensure-wasm-binaries-up-to-date.js ('k') | test/mjsunit/wasm/export-table.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/exceptions.js
diff --git a/test/mjsunit/wasm/exceptions.js b/test/mjsunit/wasm/exceptions.js
index b8d56ff6b55202b6cb1edbedbd088752529c3dbd..07b0bf4e0e18c3f2690ac59b05ec0ef87d781682 100644
--- a/test/mjsunit/wasm/exceptions.js
+++ b/test/mjsunit/wasm/exceptions.js
@@ -15,9 +15,9 @@
kExprGetLocal, 0,
kExprI32Const, 0,
kExprI32Ne,
- kExprIf, kAstStmt,
+ kExprIf,
kExprGetLocal, 0,
- kExprThrow, kAstStmt,
+ kExprThrow,
kExprEnd,
kExprI32Const, 1
])
@@ -26,7 +26,7 @@
builder.addFunction("throw_20", kSig_v_v)
.addBody([
kExprI32Const, 20,
- kExprThrow, kAstStmt
+ kExprThrow
])
.exportFunc()
@@ -43,7 +43,7 @@
kExprI32Mul,
kExprI32Const, 20,
kExprI32Sub,
- kExprThrow, kAstStmt
+ kExprThrow
])
.exportFunc()
« no previous file with comments | « test/mjsunit/wasm/ensure-wasm-binaries-up-to-date.js ('k') | test/mjsunit/wasm/export-table.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698