RESOLVED DUPLICATE of bug 158557206837
Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary
https://bugs.webkit.org/show_bug.cgi?id=206837
Summary Stop using add-then-delete to implement runtime enabled attributes/operations...
Sam Weinig
Reported 2020-01-27 12:38:33 PST
Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary. We should instead the ability to conditionally intercept the adding of the properties as they are reified.
Attachments
Sam Weinig
Comment 1 2021-04-11 09:09:38 PDT
Alexey Shvayka is fixing this in a better way in bug 158557 *** This bug has been marked as a duplicate of bug 158557 ***
Note You need to log in before you can comment on or make changes to this bug.