Bug 192576

Summary: [JSC] Introduce a JSObject::putDirectCustomValue()
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: ASSIGNED    
Severity: Normal CC: ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Mark Lam
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.