Closed yoh1496 closed 5 years ago
To use some of ES2015 features (such as Uint16Array), the language version should be specified explicitly.
language version
So, I made changes to call setLanguageVersion(org.mozilla.javascript.Context.VERSION_1_8); initially.
setLanguageVersion(org.mozilla.javascript.Context.VERSION_1_8);
Close #90
最新版のVERSION_ES6にしました
VERSION_ES6
To use some of ES2015 features (such as Uint16Array), the
language version
should be specified explicitly.So, I made changes to call
setLanguageVersion(org.mozilla.javascript.Context.VERSION_1_8);
initially.Close #90