Comment #1 on issue 2243 by [email protected]: Assigning to function identifier under strict should throw
http://code.google.com/p/v8/issues/detail?id=2243
`(function f() { f = 123; })()` should be a TypeError under strict mode but currently isn't. FF4 and IE10 both comply on this one.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
