Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 8, 2024
1 parent 2226a1f commit 88ca7c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,10 @@ contributors: Luca Casonato, Guy Bedford, Nicolò Ribaudo
<p>An implementation of HostGetModuleSourceName must conform to the following requirements:</p>
<ul>
<li>
For any object which may be obtained through GetModuleSource(), returns a String corresponding to the source record type to be used as the strongly branded return value of the @@toStringTag getter on %AbstractModuleSource%.
For any object which may be obtained through GetModuleSource(), returns a normal completion for a string String corresponding to the source record type to be used as the strongly branded return value of the @@toStringTag getter on %AbstractModuleSource%.
</li>
<li>
For any object which does not represent a compiled module source, returns a throw completion.
</li>
</ul>
</emu-clause>
Expand Down

0 comments on commit 88ca7c5

Please sign in to comment.