Skip to content

Commit 71b6217

Browse files
committed
follow up on issue #68: restoring Fulfill entry.[[Instantiate]] with instance, it was removed in 85318ae (shame on me)
1 parent 812156d commit 71b6217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.bs

+1
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ Registry instances are initially created with the internal slots described in th
625625
1. Let _instance_ be Instantiation(_loader_, _optionalInstance_, _source_).
626626
1. ReturnIfAbrupt(_instance_).
627627
1. // TODO: edge case: what if _instance_ is a thenable function?
628+
1. Fulfill _entry_.[[Instantiate]] with _instance_.
628629
1. Let _deps_ be a new empty List.
629630
1. If _instance_ is a Module Record, then:
630631
1. Assert: _instance_ is a Source Text Module Record.

0 commit comments

Comments
 (0)