mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
add esid to Date frontmatter
This commit is contained in:
parent
a543705179
commit
b7676e8f5f
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date-time-string-format
|
||||
es5id: 15.9.1.15-1
|
||||
description: >
|
||||
Date Time String Format - specified default values will be set for
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
info: >
|
||||
When Date is called as a function rather than as a constructor,
|
||||
it should be "string" representing the current time (UTC)
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
info: >
|
||||
All of the arguments are optional, any arguments supplied are
|
||||
accepted but are completely ignored. A string is created and returned as
|
||||
@ -15,7 +16,7 @@ function isEqual(d1, d2) {
|
||||
return true;
|
||||
} else if (Math.abs(Date.parse(d1) - Date.parse(d2)) <= 1000) {
|
||||
return true;
|
||||
} else {
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initializes the newly created object
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A1_T1
|
||||
description: 2 arguments, (year, month)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initializes the newly created object
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A1_T2
|
||||
description: 3 arguments, (year, month, date)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initializes the newly created object
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A1_T3
|
||||
description: 4 arguments, (year, month, date, hours)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initializes the newly created object
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A1_T4
|
||||
description: 5 arguments, (year, month, date, hours, minutes)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initializes the newly created object
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A1_T5
|
||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initializes the newly created object
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A1_T6
|
||||
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
||||
---*/
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A2_T1
|
||||
description: 2 arguments, (year, month)
|
||||
---*/
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A2_T2
|
||||
description: 3 arguments, (year, month, date)
|
||||
---*/
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A2_T3
|
||||
description: 4 arguments, (year, month, date, hours)
|
||||
---*/
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A2_T4
|
||||
description: 5 arguments, (year, month, date, hours, minutes)
|
||||
---*/
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A2_T5
|
||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||
---*/
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A2_T6
|
||||
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T1.1
|
||||
description: >
|
||||
Test based on delete prototype.toString - 2 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T1.2
|
||||
description: >
|
||||
Test based on overwriting prototype.toString - 2 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T2.1
|
||||
description: >
|
||||
Test based on delete prototype.toString - 3 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T2.2
|
||||
description: >
|
||||
Test based on overwriting prototype.toString - 3 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T3.1
|
||||
description: >
|
||||
Test based on delete prototype.toString - 4 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T3.2
|
||||
description: >
|
||||
Test based on overwriting prototype.toString - 4 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T4.1
|
||||
description: >
|
||||
Test based on delete prototype.toString - 5 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T4.2
|
||||
description: >
|
||||
Test based on overwriting prototype.toString - 5 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T5.1
|
||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T5.2
|
||||
description: >
|
||||
Test based on overwriting prototype.toString - 6 arguments, (year,
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T6.1
|
||||
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A3_T6.2
|
||||
description: >
|
||||
Test based on overwriting prototype.toString - 7 arguments, (year,
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
5. If minutes is supplied use ToNumber(minutes)
|
||||
6. If seconds is supplied use ToNumber(seconds)
|
||||
7. If ms is supplied use ToNumber(ms)
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A4_T1
|
||||
description: 2 arguments, (year, month)
|
||||
---*/
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
5. If minutes is supplied use ToNumber(minutes)
|
||||
6. If seconds is supplied use ToNumber(seconds)
|
||||
7. If ms is supplied use ToNumber(ms)
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A4_T2
|
||||
description: 3 arguments, (year, month, date)
|
||||
---*/
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
5. If minutes is supplied use ToNumber(minutes)
|
||||
6. If seconds is supplied use ToNumber(seconds)
|
||||
7. If ms is supplied use ToNumber(ms)
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A4_T3
|
||||
description: 4 arguments, (year, month, date, hours)
|
||||
---*/
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
5. If minutes is supplied use ToNumber(minutes)
|
||||
6. If seconds is supplied use ToNumber(seconds)
|
||||
7. If ms is supplied use ToNumber(ms)
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A4_T4
|
||||
description: 5 arguments, (year, month, date, hours, minutes)
|
||||
---*/
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
5. If minutes is supplied use ToNumber(minutes)
|
||||
6. If seconds is supplied use ToNumber(seconds)
|
||||
7. If ms is supplied use ToNumber(ms)
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A4_T5
|
||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||
---*/
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
5. If minutes is supplied use ToNumber(minutes)
|
||||
6. If seconds is supplied use ToNumber(seconds)
|
||||
7. If ms is supplied use ToNumber(ms)
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A4_T6
|
||||
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
||||
---*/
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
11. Compute MakeDate(Result(9), Result(10))
|
||||
12. Set the [[Value]] property of the newly constructed object to
|
||||
TimeClip(UTC(Result(11)))
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A5_T1
|
||||
description: 2 arguments, (year, month)
|
||||
includes: [assertRelativeDateMs.js]
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
11. Compute MakeDate(Result(9), Result(10))
|
||||
12. Set the [[Value]] property of the newly constructed object to
|
||||
TimeClip(UTC(Result(11)))
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A5_T2
|
||||
description: 3 arguments, (year, month, date)
|
||||
includes: [assertRelativeDateMs.js]
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
11. Compute MakeDate(Result(9), Result(10))
|
||||
12. Set the [[Value]] property of the newly constructed object to
|
||||
TimeClip(UTC(Result(11)))
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A5_T3
|
||||
description: 4 arguments, (year, month, date, hours)
|
||||
includes: [assertRelativeDateMs.js]
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
11. Compute MakeDate(Result(9), Result(10))
|
||||
12. Set the [[Value]] property of the newly constructed object to
|
||||
TimeClip(UTC(Result(11)))
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A5_T4
|
||||
description: 5 arguments, (year, month, date, hours, minutes)
|
||||
includes: [assertRelativeDateMs.js]
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
11. Compute MakeDate(Result(9), Result(10))
|
||||
12. Set the [[Value]] property of the newly constructed object to
|
||||
TimeClip(UTC(Result(11)))
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A5_T5
|
||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||
includes: [assertRelativeDateMs.js]
|
||||
|
@ -12,6 +12,7 @@ info: >
|
||||
11. Compute MakeDate(Result(9), Result(10))
|
||||
12. Set the [[Value]] property of the newly constructed object to
|
||||
TimeClip(UTC(Result(11)))
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A5_T6
|
||||
description: 7 arguments, (year, month, date, hours, minutes, seconds, ms)
|
||||
includes: [assertRelativeDateMs.js]
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Value]] property of the newly constructed object
|
||||
with supplied "undefined" argument should be NaN
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A6_T1
|
||||
description: 2 arguments, (year, month)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Value]] property of the newly constructed object
|
||||
with supplied "undefined" argument should be NaN
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A6_T2
|
||||
description: 3 arguments, (year, month, date)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Value]] property of the newly constructed object
|
||||
with supplied "undefined" argument should be NaN
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A6_T3
|
||||
description: 4 arguments, (year, month, date, hours)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Value]] property of the newly constructed object
|
||||
with supplied "undefined" argument should be NaN
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A6_T4
|
||||
description: 5 arguments, (year, month, date, hours, minutes)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Value]] property of the newly constructed object
|
||||
with supplied "undefined" argument should be NaN
|
||||
esid: sec-date-year-month-date-hours-minutes-seconds-ms
|
||||
es5id: 15.9.3.1_A6_T5
|
||||
description: 6 arguments, (year, month, date, hours, minutes, seconds)
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
When Date is called as part of a new expression it is
|
||||
a constructor: it initialises the newly created object
|
||||
esid: sec-date-value
|
||||
es5id: 15.9.3.2_A1_T1
|
||||
description: Checking types of newly created objects and it values
|
||||
includes: [dateConstants.js]
|
||||
|
@ -6,6 +6,7 @@ info: >
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Date prototype object, the one that is the
|
||||
initial value of Date.prototype
|
||||
esid: sec-date-value
|
||||
es5id: 15.9.3.2_A2_T1
|
||||
description: Checking Date.prototype property of newly constructed objects
|
||||
includes: [dateConstants.js]
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-value
|
||||
es5id: 15.9.3.2_A3_T1.1
|
||||
description: Test based on delete prototype.toString
|
||||
includes: [dateConstants.js]
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The [[Class]] property of the newly constructed object
|
||||
is set to "Date"
|
||||
esid: sec-date-value
|
||||
es5id: 15.9.3.2_A3_T1.2
|
||||
description: Test based on overwriting prototype.toString
|
||||
includes: [dateConstants.js]
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date constructor has the property "prototype"
|
||||
esid: sec-date-constructor
|
||||
es5id: 15.9.4_A1
|
||||
description: Checking existence of the property "prototype"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date constructor has the property "parse"
|
||||
esid: sec-date-constructor
|
||||
es5id: 15.9.4_A2
|
||||
description: Checking existence of the property "parse"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date constructor has the property "UTC"
|
||||
esid: sec-date-constructor
|
||||
es5id: 15.9.4_A3
|
||||
description: Checking existence of the property "UTC"
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The value of the internal [[Prototype]] property of the Date
|
||||
constructor is the Function prototype object
|
||||
esid: sec-date-constructor
|
||||
es5id: 15.9.4_A4
|
||||
description: Checking Function.prototype.isPrototypeOf(Date)
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: Date constructor has length property whose value is 7
|
||||
esid: sec-date-constructor
|
||||
es5id: 15.9.4_A5
|
||||
description: Checking Date.length property
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-timeclip
|
||||
description: TimeClip converts negative zero to positive zero
|
||||
info: >
|
||||
20.3.1.15 TimeClip (time)
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: The Date property "UTC" has { DontEnum } attributes
|
||||
es5id: 15.9.4.3_A1_T1
|
||||
description: Checking absence of ReadOnly attribute
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: The Date property "UTC" has { DontEnum } attributes
|
||||
es5id: 15.9.4.3_A1_T2
|
||||
description: Checking absence of DontDelete attribute
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: The Date property "UTC" has { DontEnum } attributes
|
||||
es5id: 15.9.4.3_A1_T3
|
||||
description: Checking DontEnum attribute
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: The "length" property of the "UTC" is 7
|
||||
es5id: 15.9.4.3_A2_T1
|
||||
description: The "length" property of the "UTC" is 7
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: >
|
||||
The Date.UTC property "length" has { ReadOnly, DontDelete, DontEnum }
|
||||
attributes
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: >
|
||||
The Date.UTC property "length" has { ReadOnly, ! DontDelete, DontEnum }
|
||||
attributes
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
info: >
|
||||
The Date.UTC property "length" has { ReadOnly, DontDelete, DontEnum }
|
||||
attributes
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.utc
|
||||
es6id: 20.3.3.4
|
||||
description: >
|
||||
Date.UTC.name is "UTC".
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date-value
|
||||
description: Date constructor called with Date object
|
||||
info: >
|
||||
20.3.2.2 Date ( value )
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.now
|
||||
es5id: 15.9.4.4-0-1
|
||||
description: Date.now must exist as a function
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.now
|
||||
es5id: 15.9.4.4-0-2
|
||||
description: Date.now must exist as a function taking 0 parameters
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.now
|
||||
es5id: 15.9.4.4-0-3
|
||||
description: Date.now must exist as a function
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.now
|
||||
es5id: 15.9.4.4-0-4
|
||||
description: Date.now - returns number
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.now
|
||||
es6id: 20.3.3.1
|
||||
description: >
|
||||
Date.now.name is "now".
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date property "parse" has { DontEnum } attributes
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A1_T1
|
||||
description: Checking absence of ReadOnly attribute
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date property "parse" has { DontEnum } attributes
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A1_T2
|
||||
description: Checking absence of DontDelete attribute
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date property "parse" has { DontEnum } attributes
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A1_T3
|
||||
description: Checking DontEnum attribute
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The "length" property of the "parse" is 1
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A2_T1
|
||||
description: The "length" property of the "parse" is 1
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The Date.parse property "length" has { ReadOnly, DontDelete, DontEnum }
|
||||
attributes
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A3_T1
|
||||
description: Checking ReadOnly attribute
|
||||
includes: [propertyHelper.js]
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The Date.parse property "length" has { ReadOnly, ! DontDelete, DontEnum }
|
||||
attributes
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A3_T2
|
||||
description: Checking DontDelete attribute
|
||||
---*/
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The Date.parse property "length" has { ReadOnly, DontDelete, DontEnum }
|
||||
attributes
|
||||
esid: sec-date.parse
|
||||
es5id: 15.9.4.2_A3_T3
|
||||
description: Checking DontEnum attribute
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-date.parse
|
||||
es6id: 20.3.3.2
|
||||
description: >
|
||||
Date.parse.name is "parse".
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The Date property "prototype" has { DontEnum, DontDelete, ReadOnly }
|
||||
attributes
|
||||
esid: sec-date.prototype
|
||||
es5id: 15.9.4.1_A1_T1
|
||||
description: Checking ReadOnly attribute
|
||||
includes: [propertyHelper.js]
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The Date property "prototype" has { DontEnum, DontDelete, ReadOnly }
|
||||
attributes
|
||||
esid: sec-date.prototype
|
||||
es5id: 15.9.4.1_A1_T2
|
||||
description: Checking DontDelete attribute
|
||||
includes: [propertyHelper.js]
|
||||
|
@ -5,6 +5,7 @@
|
||||
info: >
|
||||
The Date property "prototype" has { DontEnum, DontDelete, ReadOnly }
|
||||
attributes
|
||||
esid: sec-date.prototype
|
||||
es5id: 15.9.4.1_A1_T3
|
||||
description: Checking DontEnum attribute
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "constructor"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A01_T1
|
||||
description: The Date.prototype has the property "constructor"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "toString"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A02_T1
|
||||
description: The Date.prototype has the property "toString"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "toDateString"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A03_T1
|
||||
description: The Date.prototype has the property "toDateString"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "toTimeString"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A04_T1
|
||||
description: The Date.prototype has the property "toTimeString"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "toLocaleString"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A05_T1
|
||||
description: The Date.prototype has the property "toLocaleString"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "toLocaleDateString"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A06_T1
|
||||
description: The Date.prototype has the property "toLocaleDateString"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "toLocaleTimeString"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A07_T1
|
||||
description: The Date.prototype has the property "toLocaleTimeString"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "valueOf"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A08_T1
|
||||
description: The Date.prototype has the property "valueOf"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getTime"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A09_T1
|
||||
description: The Date.prototype has the property "getTime"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getFullYear"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A10_T1
|
||||
description: The Date.prototype has the property "getFullYear"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
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"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getMonth"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A12_T1
|
||||
description: The Date.prototype has the property "getMonth"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getUTCMonth"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A13_T1
|
||||
description: The Date.prototype has the property "getUTCMonth"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getDate"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A14_T1
|
||||
description: The Date.prototype has the property "getDate"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getUTCDate"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A15_T1
|
||||
description: The Date.prototype has the property "getUTCDate"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getDay"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A16_T1
|
||||
description: The Date.prototype has the property "getDay"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getUTCDay"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A17_T1
|
||||
description: The Date.prototype has the property "getUTCDay"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getHours"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A18_T1
|
||||
description: The Date.prototype has the property "getHours"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getUTCHours"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A19_T1
|
||||
description: The Date.prototype has the property "getUTCHours"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getMinutes"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A20_T1
|
||||
description: The Date.prototype has the property "getMinutes"
|
||||
---*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
info: The Date.prototype has the property "getUTCMinutes"
|
||||
esid: sec-properties-of-the-date-prototype-object
|
||||
es5id: 15.9.5_A21_T1
|
||||
description: The Date.prototype has the property "getUTCMinutes"
|
||||
---*/
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user