Revision: 22711
Author:   [email protected]
Date:     Wed Jul 30 14:19:42 2014 UTC
Log:      Add missing generated tests.

[email protected], [email protected]

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

Added:
 /branches/bleeding_edge/test/mjsunit/runtime-gen/booleanize.js
 /branches/bleeding_edge/test/mjsunit/runtime-gen/isoptimized.js
 /branches/bleeding_edge/test/mjsunit/runtime-gen/newarguments.js

=======================================
--- /dev/null
+++ /branches/bleeding_edge/test/mjsunit/runtime-gen/booleanize.js Wed Jul 30 14:19:42 2014 UTC
@@ -0,0 +1,6 @@
+// Copyright 2014 the V8 project authors. All rights reserved.
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
+// Flags: --allow-natives-syntax --harmony
+var _value_raw = new Object();
+var _token_raw = 1;
+%Booleanize(_value_raw, _token_raw);
=======================================
--- /dev/null
+++ /branches/bleeding_edge/test/mjsunit/runtime-gen/isoptimized.js Wed Jul 30 14:19:42 2014 UTC
@@ -0,0 +1,4 @@
+// Copyright 2014 the V8 project authors. All rights reserved.
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
+// Flags: --allow-natives-syntax --harmony
+%IsOptimized();
=======================================
--- /dev/null
+++ /branches/bleeding_edge/test/mjsunit/runtime-gen/newarguments.js Wed Jul 30 14:19:42 2014 UTC
@@ -0,0 +1,5 @@
+// Copyright 2014 the V8 project authors. All rights reserved.
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
+// Flags: --allow-natives-syntax --harmony
+var _callee = function() {};
+%NewArguments(_callee);

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