summaryrefslogtreecommitdiff
path: root/test/wasm2asm.traps.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2asm.traps.js')
-rw-r--r--test/wasm2asm.traps.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/wasm2asm.traps.js b/test/wasm2asm.traps.js
index 481fd24a3..45a04f4f1 100644
--- a/test/wasm2asm.traps.js
+++ b/test/wasm2asm.traps.js
@@ -14,6 +14,9 @@ function asmFunc(global, env, buffer) {
var Math_clz32 = global.Math.clz32;
var Math_min = global.Math.min;
var Math_max = global.Math.max;
+ var Math_floor = global.Math.floor;
+ var Math_ceil = global.Math.ceil;
+ var Math_sqrt = global.Math.sqrt;
var i64toi32_i32$HIGH_BITS = 0;
function $0() {