WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
216117
[JSC] We should not watch all toString / valueOf in JSObject::ordinaryToPrimitive
https://bugs.webkit.org/show_bug.cgi?id=216117
Summary
[JSC] We should not watch all toString / valueOf in JSObject::ordinaryToPrimi...
Yusuke Suzuki
Reported
2020-09-02 21:52:19 PDT
1. If we do that for StringObjectStructures, then we do not need to do this here since DFG is currently only seeing StringObjectStructure. 2. Or, if DFG carefully checks toString or valueOf based on the context, then we do not need to watch here since toString / valueOf caching will watch.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-09-09 21:53:15 PDT
<
rdar://problem/68618575
>
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