summaryrefslogtreecommitdiff
path: root/test/wasm-only.asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm-only.asm.js')
-rw-r--r--test/wasm-only.asm.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/wasm-only.asm.js b/test/wasm-only.asm.js
index 750ffaa6a..0013a30c3 100644
--- a/test/wasm-only.asm.js
+++ b/test/wasm-only.asm.js
@@ -441,17 +441,29 @@ function asm(global, env, buffer) {
function keepAlive() {
loads();
+ loads();
+ stores();
stores();
test();
+ test();
i64(imports());
+ i64(imports());
+ arg(i64(0));
arg(i64(0));
i64(call1(i64(0)));
+ i64(call1(i64(0)));
i64(call2(i64(0)));
+ i64(call2(i64(0)));
+ i64(returnCastConst());
i64(returnCastConst());
i64(ifValue64(i64(0), i64(0)));
+ i64(ifValue64(i64(0), i64(0)));
ifValue32(0, 0) | 0;
+ ifValue32(0, 0) | 0;
+ switch64(i64(0)) | 0;
switch64(i64(0)) | 0;
unreachable_leftovers(0, 0, 0);
+ unreachable_leftovers(0, 0, 0);
_memchr(0, 0, 0) | 0;
switch64TOOMUCH(i64(0)) | 0;
switch64_big_condition1(i64(0));