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
Radar WebKit Bug Importer
Comment 1 2020-09-09 21:53:15 PDT
Note You need to log in before you can comment on or make changes to this bug.