diff options
Diffstat (limited to 'test/wasm2js/loop.2asm.js')
-rw-r--r-- | test/wasm2js/loop.2asm.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/test/wasm2js/loop.2asm.js b/test/wasm2js/loop.2asm.js index 3d71ffb2d..9f28e2c69 100644 --- a/test/wasm2js/loop.2asm.js +++ b/test/wasm2js/loop.2asm.js @@ -584,23 +584,23 @@ function asmFunc(global, env, buffer) { }; } -const memasmFunc = new ArrayBuffer(65536); -const retasmFunc = asmFunc({Math,Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,NaN,Infinity}, {abort:function() { throw new Error('abort'); },setTempRet0},memasmFunc); -export const empty = retasmFunc.empty; -export const singular = retasmFunc.singular; -export const multi = retasmFunc.multi; -export const nested = retasmFunc.nested; -export const deep = retasmFunc.deep; -export const as_unary_operand = retasmFunc.as_unary_operand; -export const as_binary_operand = retasmFunc.as_binary_operand; -export const as_test_operand = retasmFunc.as_test_operand; -export const as_compare_operand = retasmFunc.as_compare_operand; -export const break_bare = retasmFunc.break_bare; -export const break_value = retasmFunc.break_value; -export const break_repeated = retasmFunc.break_repeated; -export const break_inner = retasmFunc.break_inner; -export const cont_inner = retasmFunc.cont_inner; -export const effects = retasmFunc.effects; -export const while_ = retasmFunc.while_; -export const for_ = retasmFunc.for_; -export const nesting = retasmFunc.nesting; +var memasmFunc = new ArrayBuffer(65536); +var retasmFunc = asmFunc({Math,Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,NaN,Infinity}, {abort:function() { throw new Error('abort'); },setTempRet0},memasmFunc); +export var empty = retasmFunc.empty; +export var singular = retasmFunc.singular; +export var multi = retasmFunc.multi; +export var nested = retasmFunc.nested; +export var deep = retasmFunc.deep; +export var as_unary_operand = retasmFunc.as_unary_operand; +export var as_binary_operand = retasmFunc.as_binary_operand; +export var as_test_operand = retasmFunc.as_test_operand; +export var as_compare_operand = retasmFunc.as_compare_operand; +export var break_bare = retasmFunc.break_bare; +export var break_value = retasmFunc.break_value; +export var break_repeated = retasmFunc.break_repeated; +export var break_inner = retasmFunc.break_inner; +export var cont_inner = retasmFunc.cont_inner; +export var effects = retasmFunc.effects; +export var while_ = retasmFunc.while_; +export var for_ = retasmFunc.for_; +export var nesting = retasmFunc.nesting; |