[Webkit-unassigned] [Bug 160418] New: [ES2016] Implement 'class extends null'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 12:40:27 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160418

            Bug ID: 160418
           Summary: [ES2016] Implement 'class extends null'
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gskachkov at gmail.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160801/75626ed0/attachment-0001.html>


More information about the webkit-unassigned mailing list