Skip to content

v1.0.9

Choose a tag to compare

@bplok20010 bplok20010 released this 23 Jan 04:53
· 96 commits to master since this release
v1.0.8

1. 函数调用时this默认为undefined, 可通过Interpreter.rootContext设置。不建议设置以防Illegal invocation错误。eg: alert.call({}, 1)
2. 函数/变量声明顺序调整
3. 新增Interpreter.version属性