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 160211
159664
for-in over object with a Symbol key breaks upon JITing
https://bugs.webkit.org/show_bug.cgi?id=159664
Summary
for-in over object with a Symbol key breaks upon JITing
Chris J. Shull
Reported
2016-07-11 21:46:16 PDT
See
http://jsbin.com/pelokucuwe/1/edit?js,console
Console shows that iterating over an object with a Symbol key breaks over time (theory is due to JITing). Observed: ["bar", function bar() {}] ["bar", 1] Expected: ["bar", function bar() {}] ["bar", function bar() {}] From
https://github.com/emberjs/ember.js/issues/13796
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Shvayka
Comment 1
2021-05-14 13:26:31 PDT
(In reply to Chris J. Shull from
comment #0
)
> See
http://jsbin.com/pelokucuwe/1/edit?js,console
Thank you for extracting the test case, Chris! JIT crash was fixed in
r203793
. *** This bug has been marked as a duplicate of
bug 160211
***
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