Revision: 14255
Author:   [email protected]
Date:     Fri Apr 12 08:52:44 2013
Log:      Switch generator builtins into strict mode.

[email protected]

Review URL: https://codereview.chromium.org/13985011
http://code.google.com/p/v8/source/detail?r=14255

Modified:
 /branches/bleeding_edge/src/generator.js

=======================================
--- /branches/bleeding_edge/src/generator.js    Thu Apr 11 09:28:19 2013
+++ /branches/bleeding_edge/src/generator.js    Fri Apr 12 08:52:44 2013
@@ -25,8 +25,9 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+"use strict";
+
// This file relies on the fact that the following declarations have been made
-//
 // in runtime.js:
 // var $Function = global.Function;

--
--
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/groups/opt_out.


Reply via email to