[Webkit-unassigned] [Bug 143427] New: StringConstructor with Symbol fails in DFG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 5 16:55:13 PDT 2015


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

            Bug ID: 143427
           Summary: StringConstructor with Symbol fails in DFG
    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: joepeck at webkit.org
                CC: fpizlo at apple.com, ggaren at apple.com,
                    utatane.tea at gmail.com

* SUMMARY
StringConstructor with Symbol fails in DFG

* TEST
jsc> for (var i = 0; i < 10; ++i) { String(Symbol()); }
"Symbol()"

jsc> for (var i = 0; i < 100000; ++i) { String(Symbol()); }
Exception: TypeError: Type error

* EXPECTED
"Symbol()"

-- 
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/20150405/bf1c0e15/attachment.html>


More information about the webkit-unassigned mailing list