You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/intl.html
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
<emu-clauseid="intl-object">
2
2
<h1>The Intl Object</h1>
3
-
<p>The Intl object is the <dfn>%Intl%</dfn> intrinsic object and the initial value of the *"Intl"* property of the global object. The Intl object is a single ordinary object.</p>
4
3
5
-
<p>The value of the [[Prototype]] internal slot of the Intl object is the intrinsic object %Object.prototype%.</p>
6
-
7
-
<p>The Intl object is not a function object. It does not have a [[Construct]] internal method; it is not possible to use the Intl object as a constructor with the `new` operator. The Intl object does not have a [[Call]] internal method; it is not possible to invoke the Intl object as a function.</p>
8
-
9
-
<p>The Intl object has an internal slot, [[FallbackSymbol]], which is a new %Symbol% in the current realm with the [[Description]] *"IntlLegacyConstructedSymbol"*.</p>
4
+
<p>The <dfn>Intl object</dfn>:</p>
5
+
<ul>
6
+
<li>is <dfn>%Intl%</dfn>.</li>
7
+
<li>is the initial value of the *"Intl"* property of the global object.</li>
8
+
<li>is an ordinary object.</li>
9
+
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
10
+
<li>is not a function object.</li>
11
+
<li>does not have a [[Construct]] internal method; it cannot be used as a constructor with the `new` operator.</li>
12
+
<li>does not have a [[Call]] internal method; it cannot be invoked as a function.</li>
13
+
<li>has a [[FallbackSymbol]] internal slot, which is a new %Symbol% in the current realm with the [[Description]] *"IntlLegacyConstructedSymbol"*.</li>
0 commit comments