diff --git a/source b/source index 4e7c35ac774..82301dd4efd 100644 --- a/source +++ b/source @@ -93676,17 +93676,17 @@ dictionary PromiseRejectionEventInit : EventInit -
HostEnsureCanCompileStrings(callerRealm, calleeRealm)
+
HostEnsureCanCompileStrings(calleeRealm)

JavaScript contains an implementation-defined HostEnsureCanCompileStrings(callerRealm, - calleeRealm) abstract operation. User agents must use the following implementation: + data-x="js-HostEnsureCanCompileStrings">HostEnsureCanCompileStrings(calleeRealm) + abstract operation. User agents must use the following implementation:

  1. Perform ? EnsureCSPDoesNotBlockStringCompilation(callerRealm, - calleeRealm).

  2. + data-x="csp-EnsureCSPDoesNotBlockStringCompilation">EnsureCSPDoesNotBlockStringCompilation(calleeRealm). +

HostPromiseRejectionTracker(promise, operation)
@@ -97501,9 +97501,9 @@ enum DOMParserSupportedType {
  • Assert: handler is a string.

  • Perform HostEnsureCanCompileStrings(callerRealm, - calleeRealm). If this throws an exception, catch it, report the - exception, and abort these steps.

  • + data-x="the-hostensurecancompilestrings-implementation">HostEnsureCanCompileStrings
    (calleeRealm). + If this throws an exception, catch it, report the exception, and abort these + steps.

  • Let settings object be global's relevant settings object.