blob: 2e12494f1933db3c439d51f9e7dc2c7ed3481609 [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The Date.prototype has the property "getUTCFullYear"
esid: sec-properties-of-the-date-prototype-object
es5id: 15.9.5_A11_T1
description: The Date.prototype has the property "getUTCFullYear"
---*/
if(Date.prototype.hasOwnProperty("getUTCFullYear") !== true){
$ERROR('#1: The Date.prototype has the property "getUTCFullYear"');
}