Skip to content

Commit 7e23756

Browse files
committed
[Dev Deps] update biblio
1 parent b5d8890 commit 7e23756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2796,7 +2796,7 @@ <h1><span class="secnum">30.1.14</span> Runtime Semantics: RelationalPatternMatc
27962796
</emu-rhs>
27972797
</emu-production>
27982798
</emu-grammar>
2799-
<emu-alg><ol><li>If <emu-xref aoid="IsPropertyKey"><a href="https://tc39.es/ecma262/#sec-ispropertykey">IsPropertyKey</a></emu-xref>(<var>subject</var>) is <emu-val>false</emu-val>, return <emu-val>false</emu-val>.</li><li>Let <var>expr</var> be the <emu-nt><a href="https://tc39.es/ecma262/#prod-Expression">Expression</a></emu-nt> that is <emu-xref href="#sec-syntactic-grammar"><a href="https://tc39.es/ecma262/#sec-syntactic-grammar">covered</a></emu-xref> by <emu-nt id="_ref_504"><a href="#prod-PatternMatchingMemberExpression">PatternMatchingMemberExpression</a></emu-nt>.</li><li>Let <var>ref</var> be ?&nbsp;<emu-xref aoid="Evaluation"><a href="https://tc39.es/ecma262/#sec-evaluation" class="e-user-code">Evaluation</a></emu-xref> of <var>expr</var>.</li><li>Let <var>value</var> be ?&nbsp;<emu-xref aoid="GetValue"><a href="https://tc39.es/ecma262/#sec-getvalue" class="e-user-code">GetValue</a></emu-xref>(<var>ref</var>).</li><li>If <var>value</var> <emu-xref href="#sec-object-type"><a href="https://tc39.es/ecma262/#sec-object-type">is not an Object</a></emu-xref>, return <emu-val>false</emu-val>.</li><li>Return ?&nbsp;<emu-xref aoid="HasProperty"><a href="https://tc39.es/ecma262/#sec-hasproperty" class="e-user-code">HasProperty</a></emu-xref>(<var>value</var>, <var>subject</var>).</li></ol></emu-alg>
2799+
<emu-alg><ol><li>If IsPropertyKey(<var>subject</var>) is <emu-val>false</emu-val>, return <emu-val>false</emu-val>.</li><li>Let <var>expr</var> be the <emu-nt><a href="https://tc39.es/ecma262/#prod-Expression">Expression</a></emu-nt> that is <emu-xref href="#sec-syntactic-grammar"><a href="https://tc39.es/ecma262/#sec-syntactic-grammar">covered</a></emu-xref> by <emu-nt id="_ref_504"><a href="#prod-PatternMatchingMemberExpression">PatternMatchingMemberExpression</a></emu-nt>.</li><li>Let <var>ref</var> be ?&nbsp;<emu-xref aoid="Evaluation"><a href="https://tc39.es/ecma262/#sec-evaluation" class="e-user-code">Evaluation</a></emu-xref> of <var>expr</var>.</li><li>Let <var>value</var> be ?&nbsp;<emu-xref aoid="GetValue"><a href="https://tc39.es/ecma262/#sec-getvalue" class="e-user-code">GetValue</a></emu-xref>(<var>ref</var>).</li><li>If <var>value</var> <emu-xref href="#sec-object-type"><a href="https://tc39.es/ecma262/#sec-object-type">is not an Object</a></emu-xref>, return <emu-val>false</emu-val>.</li><li>Return ?&nbsp;<emu-xref aoid="HasProperty"><a href="https://tc39.es/ecma262/#sec-hasproperty" class="e-user-code">HasProperty</a></emu-xref>(<var>value</var>, <var>subject</var>).</li></ol></emu-alg>
28002800
<emu-grammar><emu-production name="RelationalPattern" collapsed="">
28012801
<emu-nt><a href="#prod-RelationalPattern">RelationalPattern</a></emu-nt> <emu-geq>:</emu-geq> <emu-rhs a="qryc-uca" id="prod--dRddGUV">
28022802
<emu-t>==</emu-t>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@tc39/ecma262-biblio": "^2.1.2719",
16+
"@tc39/ecma262-biblio": "^2.1.2722",
1717
"ecmarkup": "^18.3.1"
1818
}
1919
}

0 commit comments

Comments
 (0)