@@ -94,7 +94,7 @@ spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/
94
94
text: CreateSetIterator; url: sec-createsetiterator
95
95
text: Date; url: sec-date-constructor
96
96
text: Date Time String Format; url: sec-date-time-string-format
97
- text: Date.ToDateString ; url: sec-todatestring
97
+ text: Date.toISOString ; url: sec-date.prototype.toisostring
98
98
text: EnumerableOwnPropertyNames; url: sec-enumerableownpropertynames
99
99
text: Get; url: sec-get
100
100
text: HasProperty; url: sec-hasproperty
@@ -114,7 +114,6 @@ spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/
114
114
text: StringToBigInt; url: sec-stringtobigint
115
115
text: StringToNumber; url: sec-stringtonumber
116
116
text: RegExp; url: sec-regexp-pattern-flags
117
- text: ThisTimeValue; url: thistimevalue
118
117
text: ToString; url: sec-tostring
119
118
text: Type; url: sec-ecmascript-data-types-and-values
120
119
text: abrupt completion; url: sec-completion-record-specification-type
@@ -125,6 +124,7 @@ spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/
125
124
text: realm; url: sec-code-realms
126
125
text: running execution context; url: running-execution-context
127
126
text: time value; url: sec-time-values-and-time-range
127
+ text: throw completion; url: sec-completion-record-specification-type
128
128
spec: GEOMETRY; urlPrefix: https://drafts.fxtf.org/geometry/
129
129
type: dfn
130
130
text: rectangle; url: rectangle
@@ -1749,7 +1749,9 @@ an |ownership type|, a |serialization internal map| and a |realm|:
1749
1749
1750
1750
<dt> |value| has a \[[DateValue]] [=internal slot=] .
1751
1751
<dd>
1752
- 1. Let |serialized| be [=Date.ToDateString=] ([=thisTimeValue=] (|value|)).
1752
+ 1. Set |serialized| to [=Call=] ([=Date.toISOString=] , |value|).
1753
+
1754
+ 1. Assert: |serialized| is not a [=throw completion=] .
1753
1755
1754
1756
1. Let |remote value| be a map matching the <code> DateRemoteValue</code>
1755
1757
production in the [=local end definition=] , with the <code> handle</code>
0 commit comments