diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-22 00:18:06 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-07-21 16:18:06 -0700 |
commit | 5852b13a30d00a6b40683a1e3a8760dacd520ee0 (patch) | |
tree | 199072158be56bfb32e171d275042ee78e527e99 /test/binaryen.js | |
parent | 7db96b6d0c93e3b92b396169506b5fd4f14a7dd3 (diff) | |
download | binaryen-5852b13a30d00a6b40683a1e3a8760dacd520ee0.tar.gz binaryen-5852b13a30d00a6b40683a1e3a8760dacd520ee0.tar.bz2 binaryen-5852b13a30d00a6b40683a1e3a8760dacd520ee0.zip |
Mark arguments const in callExport (#1626)
The arguments is read only and therefore could be const. The immediate benefit is callers do not need to define it as a local variable (see Literal callExport(Name name)).
Diffstat (limited to 'test/binaryen.js')
0 files changed, 0 insertions, 0 deletions