diff --git a/spec.html b/spec.html index 15658e76da4..8d22508c88d 100644 --- a/spec.html +++ b/spec.html @@ -19481,13 +19481,6 @@
An implementation of HostGetImportMetaProperties must conform to the following requirements:
-The default implementation of HostGetImportMetaProperties is to return a new empty List.
@@ -19505,11 +19498,6 @@Most hosts will be able to simply define HostGetImportMetaProperties, and leave HostFinalizeImportMeta with its default behaviour. However, HostFinalizeImportMeta provides an "escape hatch" for hosts which need to directly manipulate the object before it is exposed to ECMAScript code.
-An implementation of HostFinalizeImportMeta must conform to the following requirements:
-The default implementation of HostFinalizeImportMeta is to return ~unused~.
@@ -28810,10 +28798,6 @@An implementation of HostEnsureCanCompileStrings must conform to the following requirements:
-The default implementation of HostEnsureCanCompileStrings is to return NormalCompletion(~unused~).
@@ -45703,10 +45687,6 @@An implementation of HostPromiseRejectionTracker must conform to the following requirements:
-The default implementation of HostPromiseRejectionTracker is to return ~unused~.