Skip to content

Commit

Permalink
remove isModuleSource
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 7, 2024
1 parent cbf5b65 commit 2cf3d2a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -2006,17 +2006,6 @@ contributors: Luca Casonato, Guy Bedford, Nicolò Ribaudo
<p>The initial value of %AbstractModuleSource%`.prototype` is the %AbstractModuleSource% prototype object.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>
</emu-clause>

<emu-clause id="sec-%abstractmodulesource%.isModuleSource">
<h1>%AbstractModuleSource%.isModuleSource ( )</h1>
<p>This method performs the following steps when called:</p>
<emu-alg>
1. Let _O_ be the *this* value.
1. Let _sourceRecordResult_ be Completion(HostGetModuleSourceRecord(_O_)).
1. If _sourceRecordResult_ is a normal completion, return *true*.
1. Return *false*.
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-properties-of-the-%abstractmodulesource%-prototype-object">
Expand Down

0 comments on commit 2cf3d2a

Please sign in to comment.