[Bug 28244] Requiring @@toStringTag on instances may have performance implications

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28244

Philip Jägenstedt <philip@foolip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |haraken@chromium.org

--- Comment #12 from Philip Jägenstedt <philip@foolip.org> ---
I can confirm that Edge has the same behavior as Gecko here:
(new Object()).toString.call(StorageEvent.prototype) === "[object
StorageEventPrototype]"
(Object.prototype.toString.call(HTMLBodyElement.prototype)) === "[object
HTMLBodyElementPrototype]"

Where did things land in terms of how it's implemented?

https://crbug.com/239915 was closed as fixed with a different behavior, so
adding Blink bindings team lead haraken@ to see if this can be prioritized.
(Not sure if there's an open issue.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 29 August 2016 12:19:19 UTC