Updates:
        Cc: [email protected] [email protected]

Comment #3 on issue 4336 by [email protected]: Function literal constant does not respect strict mode on first compile.
https://code.google.com/p/v8/issues/detail?id=4336

Your theory is right, this has come up several times over the past few weeks, and I have already discussed with both Michael Sta's. It is a bug. And an unnecessary one as well: we should simply always use CONST for the function name, because that avoids a hole check when initialising it, and the difference isn't otherwise observable in this case (and CONST_LEGACY is going away anyway).

I think Michael Stanton even had changed it at some point, but there were some (unrelated?) problems with the CL he did this in. We should simply try again.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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