Bug 256213 - [JSC] Skip ProxyObject's trap result validation in the common case (C++ code)
Summary: [JSC] Skip ProxyObject's trap result validation in the common case (C++ code)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on: 255661
Blocks:
  Show dependency treegraph
 
Reported: 2023-05-02 10:13 PDT by Alexey Shvayka
Modified: 2023-05-03 15:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2023-05-02 10:13:29 PDT
For most ProxyObject's targets this avoids costly validation logic.
Comment 1 Radar WebKit Bug Importer 2023-05-02 10:14:05 PDT
<rdar://problem/108795682>
Comment 2 Alexey Shvayka 2023-05-03 11:31:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13408
Comment 3 EWS 2023-05-03 15:32:56 PDT
Committed 263653@main (05c634fc9b5a): <https://commits.webkit.org/263653@main>

Reviewed commits have been landed. Closing PR #13408 and removing active labels.