[Webkit-unassigned] [Bug 172687] Can't use Object.defineProperty() to add an item to a DOMStringMap or Storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 21:33:13 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=172687

--- Comment #6 from Sam Weinig <sam at webkit.org> ---
(In reply to Saam Barati from comment #5)
> (In reply to Sam Weinig from comment #4)
> > Yeah, I'm just going to implement the defineOwnProperty hook. One issue
> > though is that as specified, I need to modify the PropertyDescriptor (see
> > step 3 of
> > https://heycam.github.io/webidl/#legacy-platform-object-defineownproperty)
> > but the hook passes it as a const reference. Seems relatively
> > straightforward to change this in JSC, but I am not clear if that was done
> > for a reason.
> 
> I'm not sure why JSC passes it as const. However, why not just create a new
> one? I think that should be pretty cheap.

Oh duh.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170601/2edae9eb/attachment.html>


More information about the webkit-unassigned mailing list