Skip to content

v1.3.0

Compare
Choose a tag to compare
@bplok20010 bplok20010 released this 15 Feb 15:48
· 82 commits to master since this release
1. 新增Interpreter.ecmaVersion,指定ECMA版本,默认为5,不建议更改

2. Interpreter.prototype.construcotr的options支持ecmaVersion默认为Interpreter.ecmaVersion
3. vm.compileFunction及vm.runInContext的options支持ecmaVersion默认为Interpreter.ecmaVersion
4. 超时策略调整,同node.js的vm