2014-05-08 13:11:59 +00:00
|
|
|
// Copyright 2014 the V8 project authors. All rights reserved.
|
|
|
|
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
2014-08-08 09:58:19 +00:00
|
|
|
// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
2014-05-08 13:11:59 +00:00
|
|
|
var _date = new Date();
|
|
|
|
var _time = 1.5;
|
|
|
|
var _is_utc = 1;
|
|
|
|
%DateSetValue(_date, _time, _is_utc);
|