Index: test/mjsunit/runtime-gen/datesetvalue.js |
diff --git a/test/mjsunit/runtime-gen/datesetvalue.js b/test/mjsunit/runtime-gen/datesetvalue.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..773f0af521aef630b213a329e0f20a3ee43937bb |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/datesetvalue.js |
@@ -0,0 +1,7 @@ |
+// 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 _date = new Date(); |
+var _time = 1.5; |
+var _is_utc = 1; |
+%DateSetValue(_date, _time, _is_utc); |