Skip to content

Commit

Permalink
export "is a platform object"
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins authored Aug 22, 2024
1 parent e7b2fe1 commit 4090fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -13486,7 +13486,7 @@ and must return {{undefined}}.
<h3 id="js-platform-objects" oldids="es-platform-objects">Platform objects implementing interfaces</h3>

<div algorithm>
A JavaScript value |value| <dfn>is a platform object</dfn> if [$Type$](|value|) is Object and
A JavaScript value |value| <dfn export>is a platform object</dfn> if [$Type$](|value|) is Object and
if |value| has a \[[PrimaryInterface]] internal slot.
</div>

Expand Down

0 comments on commit 4090fd5

Please sign in to comment.