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

Unified Diff: test/mjsunit/wasm/wasm-module-builder.js

Issue 2981883002: [wasm] More extensive indirect dispatch signature mismatch tests. (Closed)
Patch Set: Shorter constructor Created 3 years, 5 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/indirect-sig-mismatch.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/wasm-module-builder.js
diff --git a/test/mjsunit/wasm/wasm-module-builder.js b/test/mjsunit/wasm/wasm-module-builder.js
index 4bfe73d5e650e5a3254241a0214b19b272a03a73..a26384e545bb38ee4ab873e8c279047a315cb112 100644
--- a/test/mjsunit/wasm/wasm-module-builder.js
+++ b/test/mjsunit/wasm/wasm-module-builder.js
@@ -625,6 +625,6 @@ class WasmModuleBuilder {
}
toModule(debug = false) {
- return new WebAssembly.Module(this.toBuffer());
+ return new WebAssembly.Module(this.toBuffer(debug));
}
}
« no previous file with comments | « test/mjsunit/wasm/indirect-sig-mismatch.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698