Skip to content

3.9.0

Compare
Choose a tag to compare
@XmiliaH XmiliaH released this 06 Aug 19:01
· 174 commits to master since this release

New Features

  • 5c2d117: Added vm.Script lineOffset and columnOffset options.
  • 78f8be5: Allow to specify a compiler per VMScript.
  • ed7215f: Add option to disable async.
  • d71d647: Added jsdoc to main.js.

Fixes

  • 3ba34db: Fix access to frozen or unconfigurable properties.
  • fe2bdf3: Double wrap Objects to prevent breakout via inspect.
  • 8d5a8dd: Compile now compiles VM code how it should.