[Webkit-unassigned] [Bug 216117] New: [JSC] We should not watch all toString / valueOf in JSObject::ordinaryToPrimitive
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 2 21:52:19 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=216117
Bug ID: 216117
Summary: [JSC] We should not watch all toString / valueOf in
JSObject::ordinaryToPrimitive
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ysuzuki at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200903/c8c17527/attachment.htm>
More information about the webkit-unassigned
mailing list