Skip to content

Commit

Permalink
not a completion
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 7, 2024
1 parent c52f5e3 commit 7487599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ contributors: Luca Casonato, Guy Bedford, Nicolò Ribaudo
1. Let _sourceRecordResult_ be Completion(HostGetSourceModuleRecord(_O_)).
1. If _sourceRecordResult_ is an abrupt completion, return *undefined*.
1. Let _sourceRecord_ be ! _sourceRecordResult_.
1. Let _name_ be ! _sourceRecordResult_.GetModuleSourceName().
1. Let _name_ be _sourceRecordResult_.GetModuleSourceName().
1. Assert: _name_ is a String.
1. Return _name_.
</emu-alg>
Expand Down

0 comments on commit 7487599

Please sign in to comment.