ASSIGNED Bug 192576
[JSC] Introduce a JSObject::putDirectCustomValue()
https://bugs.webkit.org/show_bug.cgi?id=192576
Summary [JSC] Introduce a JSObject::putDirectCustomValue()
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.