WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 160417
160418
[ES2016] Implement 'class extends null'
https://bugs.webkit.org/show_bug.cgi?id=160418
Summary
[ES2016] Implement 'class extends null'
GSkachkov
Reported
2016-08-01 12:40:27 PDT
class A extends null {}; class B extends null { constructor() { debug(this instanceof B && !(this instanceof Object)); } }; // should be true; Following discussions cover this issue:
https://github.com/tc39/ecma262/issues/543
Spec
https://github.com/tc39/ecma262/blob/703238399d339ceb7f894f4733626f601d42d05e/workingdocs/ES6-super-construct%3Dproposal.md
- Last sentance and And
https://github.com/tc39/ecma262/issues/22
Attachments
Add attachment
proposed patch, testcase, etc.
GSkachkov
Comment 1
2016-08-01 12:43:44 PDT
Oh, I was so slow in adding new issue, so need to close duplicate *** This bug has been marked as a duplicate of
bug 160417
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug