diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-07 15:16:55 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-07 15:16:55 -0800 |
commit | 4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b (patch) | |
tree | 923466a4fd40a286c8e4d0f7b5103724e2376756 /test/emcc_O2_hello_world.2asm.js | |
parent | a3e8e7d7ee21808051fba70ee8990ad20beb0223 (diff) | |
download | binaryen-4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b.tar.gz binaryen-4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b.tar.bz2 binaryen-4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b.zip |
don't quote keys in object printing when not necessary
Diffstat (limited to 'test/emcc_O2_hello_world.2asm.js')
-rw-r--r-- | test/emcc_O2_hello_world.2asm.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/test/emcc_O2_hello_world.2asm.js b/test/emcc_O2_hello_world.2asm.js index 2dfc2bfdc..d8b1d0c11 100644 --- a/test/emcc_O2_hello_world.2asm.js +++ b/test/emcc_O2_hello_world.2asm.js @@ -2531,24 +2531,24 @@ function asmFunc(global, env, buffer) { var FUNCTION_TABLE_iiii = [b1, b1, b1, b1, ___stdout_write, ___stdio_seek, b1, ___stdio_write, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1, b1]; var FUNCTION_TABLE_vi = [b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, _cleanup_418, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2, b2]; return { - "_free": _free, - "_main": _main, - "_memset": _memset, - "_malloc": _malloc, - "_memcpy": _memcpy, - "_fflush": _fflush, - "___errno_location": ___errno_location, - "runPostSets": runPostSets, - "stackAlloc": stackAlloc, - "stackSave": stackSave, - "stackRestore": stackRestore, - "establishStackSpace": establishStackSpace, - "setThrew": setThrew, - "setTempRet0": setTempRet0, - "getTempRet0": getTempRet0, - "dynCall_ii": dynCall_ii, - "dynCall_iiii": dynCall_iiii, - "dynCall_vi": dynCall_vi + _free: _free, + _main: _main, + _memset: _memset, + _malloc: _malloc, + _memcpy: _memcpy, + _fflush: _fflush, + ___errno_location: ___errno_location, + runPostSets: runPostSets, + stackAlloc: stackAlloc, + stackSave: stackSave, + stackRestore: stackRestore, + establishStackSpace: establishStackSpace, + setThrew: setThrew, + setTempRet0: setTempRet0, + getTempRet0: getTempRet0, + dynCall_ii: dynCall_ii, + dynCall_iiii: dynCall_iiii, + dynCall_vi: dynCall_vi }; } |