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

Unified Diff: test/mjsunit/wasm/indirect-calls.js

Issue 2049513003: [wasm] Support undefined indirect table entries, behind a flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [wasm] Patching in the change to have only one runtime check, instead of two. Created 4 years, 6 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
Index: test/mjsunit/wasm/indirect-calls.js
diff --git a/test/mjsunit/wasm/indirect-calls.js b/test/mjsunit/wasm/indirect-calls.js
index 80bee412e028541e3b54ba7a175a512cb8293e77..885cff7c845cce3b3f4cbc2a44e94111741ba1df 100644
--- a/test/mjsunit/wasm/indirect-calls.js
+++ b/test/mjsunit/wasm/indirect-calls.js
@@ -3,6 +3,7 @@
// found in the LICENSE file.
// Flags: --expose-wasm
+// Flags: --wasm-jit-prototpe
bradn 2016/06/16 08:00:20 probably a separate file here too
load("test/mjsunit/wasm/wasm-constants.js");
load("test/mjsunit/wasm/wasm-module-builder.js");
« test/mjsunit/wasm/default-func-call2.js ('K') | « test/mjsunit/wasm/default-func-call2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698