[Webkit-unassigned] [Bug 140435] New: Implement ES6 Symbol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 14 02:38:00 PST 2015


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

            Bug ID: 140435
           Summary: Implement ES6 Symbol
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

I'm planning to implement ES6 Symbol in JSC.
Here's a road map for this.

1. Introducing new primitive value, Symbol.
2. Introducing wrapper object SymbolObject.
3. Introducing Symbol related objects (SymbolPrototype, SymbolConstructor).
4. Replacing NameInstance / NamePrototype / NameConstructor with Symbols.
5. Introducing several builtin Symbols (e.g. Symbol.iterator)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150114/c5bd1237/attachment-0002.html>


More information about the webkit-unassigned mailing list