WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 143424
143427
StringConstructor with Symbol fails in DFG
https://bugs.webkit.org/show_bug.cgi?id=143427
Summary
StringConstructor with Symbol fails in DFG
Joseph Pecoraro
Reported
2015-04-05 16:55:13 PDT
* 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()"
Attachments
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2015-04-05 17:42:44 PDT
Ah! Opened issue :D *** This bug has been marked as a duplicate of
bug 143424
***
Joseph Pecoraro
Comment 2
2015-04-05 17:43:28 PDT
Nice!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug