Skip to content

Commit

Permalink
[Dev Deps] update biblio
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 21, 2024
1 parent b5d8890 commit 7e23756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,7 @@ <h1><span class="secnum">30.1.14</span> Runtime Semantics: RelationalPatternMatc
</emu-rhs>
</emu-production>
</emu-grammar>
<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>
<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>
<emu-grammar><emu-production name="RelationalPattern" collapsed="">
<emu-nt><a href="#prod-RelationalPattern">RelationalPattern</a></emu-nt> <emu-geq>:</emu-geq> <emu-rhs a="qryc-uca" id="prod--dRddGUV">
<emu-t>==</emu-t>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"@tc39/ecma262-biblio": "^2.1.2719",
"@tc39/ecma262-biblio": "^2.1.2722",
"ecmarkup": "^18.3.1"
}
}

0 comments on commit 7e23756

Please sign in to comment.