[Webkit-unassigned] [Bug 49739] WebIDL attributes should be implemented as getters and setters on the prototype object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 13:27:11 PST 2010


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





--- Comment #3 from Erik Arvidsson <arv at chromium.org>  2010-11-22 13:27:10 PST ---
(In reply to comment #2)
> Do we have an idea about how to do this without slowing down DOM property access in the common case?

This is probably better answered by someone who knows JSC better but isn't this just the same as accessing normal JavaScript objects that have getters on their [[Prototype]]?

How do you optimize getters/setters today?

How do you optimize [[Get]] when present on a [[Prototype]]?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list