Bug 212956 - Investigate removing the OverridesGetOwnPropertySlot structure flag when getOwnPropertySlot is not overridden.
Summary: Investigate removing the OverridesGetOwnPropertySlot structure flag when getO...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 21:53 PDT by Mark Lam
Modified: 2020-06-08 22:06 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2020-06-08 21:53:53 PDT
Specifically, look at JSInjectedScriptHostPrototype, JSJavaScriptCallFramePrototype, and JSString.  If the flag is not needed, maybe we can remove it and strengthen the overridesGetOwnPropertySlot() in Structure::validateflags().