Skip to content

src: disallow constructor behaviour for native methods

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/kthrow into master

Disallow constructor behaviour and setting up prototypes for native methods that are not constructors (i.e. make them behave like ES6 class methods).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading