On 10/14/10 11:12 AM, Mark S. Miller wrote:
<script type="harmony">"use strict"; var e1 = eval;</script>
<script>"use strict"; var e2 = eval;</script>
<script ...>"use strict"; e1 === e2 /*results in true*/ </script>

Is that last a given?

In other words, that both harmony and non harmony code on the same page
have the same binding for the global "eval" function.

Is that a given?

-Boris
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to