summaryrefslogtreecommitdiff
path: root/test/wasm2js/block.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/block.2asm.js')
-rw-r--r--test/wasm2js/block.2asm.js28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/wasm2js/block.2asm.js b/test/wasm2js/block.2asm.js
index 0c4fa1774..53d1d4756 100644
--- a/test/wasm2js/block.2asm.js
+++ b/test/wasm2js/block.2asm.js
@@ -172,20 +172,20 @@ function asmFunc(global, env, buffer) {
var FUNCTION_TABLE = [];
return {
- empty: $1,
- singular: $2,
- multi: $3,
- nested: $4,
- deep: $5,
- as_unary_operand: $6,
- as_binary_operand: $7,
- as_test_operand: $8,
- as_compare_operand: $9,
- break_bare: $10,
- break_value: $11,
- break_repeated: $12,
- break_inner: $13,
- effects: $14
+ "empty": $1,
+ "singular": $2,
+ "multi": $3,
+ "nested": $4,
+ "deep": $5,
+ "as_unary_operand": $6,
+ "as_binary_operand": $7,
+ "as_test_operand": $8,
+ "as_compare_operand": $9,
+ "break_bare": $10,
+ "break_value": $11,
+ "break_repeated": $12,
+ "break_inner": $13,
+ "effects": $14
};
}