inlining of static methods & constants (#2211)
authorAlex Lam S.L <alexlamsl@gmail.com>
Thu, 6 Jul 2017 21:35:32 +0000 (05:35 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2017 21:35:32 +0000 (05:35 +0800)
commit4f70d2e28c9ffd6404756ed3ebf08a448aef5257
tree4d78a80d827bed6354f4e3e7e634b55b6a8ed04d
parent4b6ca5e742787c59969b9b00442cf85bbec19ed5
inlining of static methods & constants (#2211)

- guard by `unsafe`
- support `Array`, `Math`, `Number`, `Object` & `String`

fixes #2207
lib/compress.js
test/compress/evaluate.js