Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Jun 6, 2024
1 parent 3b475cd commit 0652f20
Show file tree
Hide file tree
Showing 18 changed files with 1,858 additions and 1,530 deletions.
1,694 changes: 929 additions & 765 deletions index.html

Large diffs are not rendered by default.

78 changes: 43 additions & 35 deletions multipage/abstract-operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,17 @@ <h1><span class="secnum">7.1.13</span> ToBigInt ( <var>argument</var> )</h1>
<emu-alg><ol><li>Let <var>prim</var> be ?&nbsp;<emu-xref aoid="ToPrimitive" id="_ref_2181"><a href="abstract-operations.html#sec-toprimitive" class="e-user-code">ToPrimitive</a></emu-xref>(<var>argument</var>, <emu-const>number</emu-const>).</li><li>Return the value that <var>prim</var> corresponds to in <emu-xref href="#table-tobigint" id="_ref_202"><a href="abstract-operations.html#table-tobigint">Table 12</a></emu-xref>.</li></ol></emu-alg>
<emu-table id="table-tobigint" caption="BigInt Conversions"><figure><figcaption>Table 12: BigInt Conversions</figcaption>
<table>
<thead>
<tr>
<th>
Argument Type
</th>
<th>
Result
</th>
</tr>
</thead>
<tbody><tr>
<th>
Argument Type
</th>
<th>
Result
</th>
</tr>
<tr>
<td>
Undefined
</td>
Expand Down Expand Up @@ -537,15 +539,17 @@ <h1><span class="secnum">7.1.18</span> ToObject ( <var>argument</var> )</h1>
<p>The abstract operation ToObject takes argument <var>argument</var> (an <emu-xref href="#sec-ecmascript-language-types" id="_ref_2224"><a href="ecmascript-data-types-and-values.html#sec-ecmascript-language-types">ECMAScript language value</a></emu-xref>) and returns either a <emu-xref href="#sec-completion-record-specification-type" id="_ref_2225"><a href="ecmascript-data-types-and-values.html#sec-completion-record-specification-type">normal completion containing</a></emu-xref> an Object or a <emu-xref href="#sec-completion-record-specification-type" id="_ref_2226"><a href="ecmascript-data-types-and-values.html#sec-completion-record-specification-type">throw completion</a></emu-xref>. It converts <var>argument</var> to a value of type Object according to <emu-xref href="#table-toobject-conversions" id="_ref_203"><a href="abstract-operations.html#table-toobject-conversions">Table 13</a></emu-xref>:</p>
<emu-table id="table-toobject-conversions" caption="ToObject Conversions" oldids="table-13"><figure><figcaption>Table 13: <emu-xref aoid="ToObject" id="_ref_2227"><a href="abstract-operations.html#sec-toobject">ToObject</a></emu-xref> Conversions</figcaption><span id="table-13"></span>
<table>
<thead>
<tr>
<th>
Argument Type
</th>
<th>
Result
</th>
</tr>
</thead>
<tbody><tr>
<th>
Argument Type
</th>
<th>
Result
</th>
</tr>
<tr>
<td>
Undefined
</td>
Expand Down Expand Up @@ -647,15 +651,17 @@ <h1><span class="secnum">7.2.1</span> RequireObjectCoercible ( <var>argument</va
<p>The abstract operation RequireObjectCoercible takes argument <var>argument</var> (an <emu-xref href="#sec-ecmascript-language-types" id="_ref_2257"><a href="ecmascript-data-types-and-values.html#sec-ecmascript-language-types">ECMAScript language value</a></emu-xref>) and returns either a <emu-xref href="#sec-completion-record-specification-type" id="_ref_2258"><a href="ecmascript-data-types-and-values.html#sec-completion-record-specification-type">normal completion containing</a></emu-xref> an <emu-xref href="#sec-ecmascript-language-types" id="_ref_2259"><a href="ecmascript-data-types-and-values.html#sec-ecmascript-language-types">ECMAScript language value</a></emu-xref> or a <emu-xref href="#sec-completion-record-specification-type" id="_ref_2260"><a href="ecmascript-data-types-and-values.html#sec-completion-record-specification-type">throw completion</a></emu-xref>. It throws an error if <var>argument</var> is a value that cannot be converted to an Object using <emu-xref aoid="ToObject" id="_ref_2261"><a href="abstract-operations.html#sec-toobject">ToObject</a></emu-xref>. It is defined by <emu-xref href="#table-requireobjectcoercible-results" id="_ref_209"><a href="abstract-operations.html#table-requireobjectcoercible-results">Table 14</a></emu-xref>:</p>
<emu-table id="table-requireobjectcoercible-results" caption="RequireObjectCoercible Results" oldids="table-14"><figure><figcaption>Table 14: <emu-xref aoid="RequireObjectCoercible" id="_ref_2262"><a href="abstract-operations.html#sec-requireobjectcoercible">RequireObjectCoercible</a></emu-xref> Results</figcaption><span id="table-14"></span>
<table>
<thead>
<tr>
<th>
Argument Type
</th>
<th>
Result
</th>
</tr>
</thead>
<tbody><tr>
<th>
Argument Type
</th>
<th>
Result
</th>
</tr>
<tr>
<td>
Undefined
</td>
Expand Down Expand Up @@ -1087,18 +1093,20 @@ <h1><span class="secnum">7.4.1</span> Iterator Records</h1>
<p>Iterator Records have the fields listed in <emu-xref href="#table-iterator-record-fields" id="_ref_219"><a href="abstract-operations.html#table-iterator-record-fields">Table 15</a></emu-xref>.</p>
<emu-table id="table-iterator-record-fields" caption="Iterator Record Fields"><figure><figcaption>Table 15: <emu-xref href="#sec-iterator-records" id="_ref_2693"><a href="abstract-operations.html#sec-iterator-records">Iterator Record</a></emu-xref> Fields</figcaption>
<table>
<thead>
<tr>
<th>
Field Name
</th>
<th>
Value
</th>
<th>
Meaning
</th>
</tr>
</thead>
<tbody><tr>
<th>
Field Name
</th>
<th>
Value
</th>
<th>
Meaning
</th>
</tr>
<tr>
<td>
<var class="field">[[Iterator]]</var>
</td>
Expand Down
24 changes: 13 additions & 11 deletions multipage/additional-ecmascript-features-for-web-browsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,18 +735,20 @@ <h1><span class="secnum">B.2.1</span> Additional Properties of the Global Object
<p>The entries in <emu-xref href="#table-additional-well-known-intrinsic-objects" id="_ref_839"><a href="additional-ecmascript-features-for-web-browsers.html#table-additional-well-known-intrinsic-objects">Table 97</a></emu-xref> are added to <emu-xref href="#table-well-known-intrinsic-objects" id="_ref_840"><a href="ecmascript-data-types-and-values.html#table-well-known-intrinsic-objects">Table 6</a></emu-xref>.</p>
<emu-table id="table-additional-well-known-intrinsic-objects" caption="Additional Well-known Intrinsic Objects" oldids="table-60"><figure><figcaption>Table 97: Additional Well-known Intrinsic Objects</figcaption><span id="table-60"></span>
<table>
<thead>
<tr>
<th>
Intrinsic Name
</th>
<th>
Global Name
</th>
<th>
ECMAScript Language Association
</th>
</tr>
</thead>
<tbody><tr>
<th>
Intrinsic Name
</th>
<th>
Global Name
</th>
<th>
ECMAScript Language Association
</th>
</tr>
<tr>
<td>
<emu-xref href="#sec-escape-string" id="_ref_15887"><a href="additional-ecmascript-features-for-web-browsers.html#sec-escape-string">%escape%</a></emu-xref>
</td>
Expand Down
Loading

0 comments on commit 0652f20

Please sign in to comment.