[Webkit-unassigned] [Bug 53014] New: ES5 strict mode keyword restrictions aren't implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 08:26:48 PST 2011


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

           Summary: ES5 strict mode keyword restrictions aren't
                    implemented
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: javascript: try { eval("'use strict'; var yield = 7");
                    throw new Error("yield not a keyword in strict mode");
                    } catch (e) { alert(e instanceof SyntaxError ? "PASS"
                    : "FAIL: " + e); }
        OS/Version: All
            Status: NEW
          Keywords: ES5
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jwalden+bwo at mit.edu
                CC: oliver at apple.com


See ยง7.6.1.2.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list