commit | 537ba893e2530051ec7f296e769fdd37bb4ae4a0 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Mon Aug 08 18:44:38 2016 +0100 |
committer | Ben Murdoch <benm@google.com> | Fri Sep 23 14:43:53 2016 +0100 |
tree | 846d2ea15b4932324d6507083a8b0f6086122398 | |
parent | 6912564341a0aac3a670a371d5e27d4fcd3a503f [diff] [blame] |
Merge V8 5.2.361.47 DO NOT MERGE https://chromium.googlesource.com/v8/v8/+/5.2.361.47 Change-Id: Ibec421b85a9b88cb3a432ada642e469fe7e78346 (cherry picked from commit bcf72ee8e3b26f1d0726869c7ddb3921c68b09a8)
diff --git a/test/mjsunit/wasm/wasm-object-api.js b/test/mjsunit/wasm/wasm-object-api.js index 2f25c66..96088b8 100644 --- a/test/mjsunit/wasm/wasm-object-api.js +++ b/test/mjsunit/wasm/wasm-object-api.js
@@ -10,3 +10,4 @@ assertEquals("function", typeof Wasm.verifyFunction); assertEquals("function", typeof Wasm.instantiateModule); assertEquals("function", typeof Wasm.instantiateModuleFromAsm); +assertFalse(undefined == Wasm.experimentalVersion);