Bug 192576 - [JSC] Introduce a JSObject::putDirectCustomValue()
Summary: [JSC] Introduce a JSObject::putDirectCustomValue()
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-10 17:31 PST by Mark Lam
Modified: 2020-07-23 21:24 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 Mark Lam 2018-12-10 17:31:42 PST
We should not be using JSObject::putDirectCustomAccessor() to put a CustomValue.  A JSObject::putDirectCustomValue() would read more clearer.  Also, clients of JSObject::putDirectCustomValue() should a pass in an attribute with the PropertyAttribute::CustomValue bit set.