diff --git a/spec.html b/spec.html index 4c52fc3..8ceeb63 100644 --- a/spec.html +++ b/spec.html @@ -123,7 +123,7 @@
The default implementation of HostGetTopLevelAsyncContextMapping performs the following steps when called:
+ECMAScript hosts may add host defined async context mapping entries to the list.
+HostCallJobCallback(...)
+HostEnqueueFinalizationRegistryCleanupJob(...)
+HostEnqueueGenericJob(...)
+HostEnqueuePromiseJob(...)
+HostEnqueueTimeoutJob(...)
+HostEnsureCanCompileStrings(...)
+HostFinalizeImportMeta(...)
+HostGetImportMetaProperties(...)
+HostGetTopLevelAsyncContextMapping(...)
+HostGrowSharedArrayBuffer(...)
+HostHasSourceTextAvailable(...)
+HostLoadImportedModule(...)
+HostMakeJobCallback(...)
+HostPromiseRejectionTracker(...)
+HostResizeArrayBuffer(...)
+InitializeHostDefinedRealm(...)
+