summaryrefslogtreecommitdiff
path: root/test/wasm2js/labels.2asm.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2019-04-23 17:13:47 -0700
committerGitHub <noreply@github.com>2019-04-23 17:13:47 -0700
commit5d3fcffdd9f9d9de10a0ce60d1e0163693c007c3 (patch)
treeeccb11418795a0f508da2e785340e34bb82a1fc6 /test/wasm2js/labels.2asm.js
parent7c5a789c6ccf09bfaec9c449aa606d8a6276b855 (diff)
downloadbinaryen-5d3fcffdd9f9d9de10a0ce60d1e0163693c007c3.tar.gz
binaryen-5d3fcffdd9f9d9de10a0ce60d1e0163693c007c3.tar.bz2
binaryen-5d3fcffdd9f9d9de10a0ce60d1e0163693c007c3.zip
wasm2js: emit quoted properties for the exports, to support closure compiler (#2043)
Diffstat (limited to 'test/wasm2js/labels.2asm.js')
-rw-r--r--test/wasm2js/labels.2asm.js34
1 files changed, 17 insertions, 17 deletions
diff --git a/test/wasm2js/labels.2asm.js b/test/wasm2js/labels.2asm.js
index 3fd1130fd..3c9618588 100644
--- a/test/wasm2js/labels.2asm.js
+++ b/test/wasm2js/labels.2asm.js
@@ -329,23 +329,23 @@ function asmFunc(global, env, buffer) {
var FUNCTION_TABLE = [];
return {
- block: $0,
- loop1: $1,
- loop2: $2,
- loop3: $3,
- loop4: $4,
- loop5: $5,
- if_: $6,
- if2: $7,
- switch_: $8,
- return_: $9,
- br_if0: $10,
- br_if1: $11,
- br_if2: $12,
- br_if3: $13,
- br: $14,
- shadowing: $15,
- redefinition: $16
+ "block": $0,
+ "loop1": $1,
+ "loop2": $2,
+ "loop3": $3,
+ "loop4": $4,
+ "loop5": $5,
+ "if_": $6,
+ "if2": $7,
+ "switch_": $8,
+ "return_": $9,
+ "br_if0": $10,
+ "br_if1": $11,
+ "br_if2": $12,
+ "br_if3": $13,
+ "br": $14,
+ "shadowing": $15,
+ "redefinition": $16
};
}