Given that the new behavior matches FF, this lgtm. For posterity, here's why
those results change (this is the current behavior in FF, and the new behavior
in Chrome):

typeof document.createElement('object')
"function"
typeof document.createElement('embed')
"function"
typeof document.createElement('applet')
"object"

Leading to a new JavaScript WAT: not only is typeof Object "function", but
typeof <object> is also "function".

https://codereview.chromium.org/1316933002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to