[Webkit-unassigned] [Bug 153864] New: Using super in double eval should not lead to SyntaxError

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 03:45:25 PST 2016


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

            Bug ID: 153864
           Summary: Using super in double eval should not lead to
                    SyntaxError
    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

Following case should not lead to Syntax Error:
class A {
}
class B extends A {
  constructor() {
    eval("eval('super()')");
  }
}

new B();

-- 
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/20160204/ec777fca/attachment.html>


More information about the webkit-unassigned mailing list