| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
Just a suggestion but maybe check new Class() instanceof binding.Class, too?
Sorry, something went wrong.
There was a problem hiding this comment.
Good idea, done. Also fixed the lint warning.
Sorry, something went wrong.
There was a problem hiding this comment.
The linter seems to want anonymous namespace :P
Sorry, something went wrong.
Add a test that checks that new.target inheritance works when inheriting from a constructor defined in C++. PR-URL: nodejs#9689 Refs: nodejs#9288 Refs: nodejs#9293 Reviewed-By: Anna Henningsen <anna@addaleax.net>
|
@bnoordhuis this is causing failures. Can you manually backport? |
Sorry, something went wrong.
|
@thealphanerd The v6.x backport is at #9293 (so I’m removing lts-watch-v6.x) and I am not sure this is feasible for v4.x at all |
Sorry, something went wrong.
Add a test that checks that new.target inheritance works when inheriting from a constructor defined in C++. PR-URL: nodejs#9689 Refs: nodejs#9288 Refs: nodejs#9293 Reviewed-By: Anna Henningsen <anna@addaleax.net>
| Back | FazBrowse Home | New Git URL |
Add a test that checks that new.target inheritance works when inheriting
from a constructor defined in C++.
Refs: #9288
Refs: #9293
CI: https://ci.nodejs.org/job/node-test-pull-request/4900/