Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Casonato <hello@lcas.dev>
  • Loading branch information
guybedford and lucacasonato committed Apr 8, 2024
1 parent 881f15e commit 1cb5c2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -1859,10 +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 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%.
For any object that is a Module Source Object, returns a normal completion for a 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.
For any object which is not a Module Source Object, returns a throw completion.
</li>
</ul>
</emu-clause>
Expand Down Expand Up @@ -1961,6 +1961,7 @@ contributors: Luca Casonato, Guy Bedford, Nicolò Ribaudo
<emu-clause id="sec-module-source-objects">
<h1><ins>Module Source Objects</ins></h1>
<p>Module Source Objects represent modules in their source import phase, which are not linked, instantiated or executed.</p>
<p>A <dfn>Module Source Object</dfn> is an object for which HostGetModuleSourceName returns a normal completion.</p>
<p>All Module Source Objects should have a prototype of %AbstractModuleSource%.prototype.</p>
<p>Hosts may define their own %AbstractModuleSource% subclasses for custom module types.</p>

Expand Down

0 comments on commit 1cb5c2a

Please sign in to comment.