diff --git a/complete.html b/complete.html index 64f206eb9ef..a0450cd4636 100644 --- a/complete.html +++ b/complete.html @@ -82621,7 +82621,9 @@

10.2.4 Processing model

Parse/compile/initialize source using that script execution environment, as appropriate for language, and thus obtain a - code entry-point.

+ code entry-point. If the script was not compiled successfully, let the code + entry-point be a no-op script, and act as if a corresponding uncaught script error had + occurred.

Let script's settings object be settings object.

diff --git a/index b/index index 64f206eb9ef..a0450cd4636 100644 --- a/index +++ b/index @@ -82621,7 +82621,9 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

Parse/compile/initialize source using that script execution environment, as appropriate for language, and thus obtain a - code entry-point.

+ code entry-point. If the script was not compiled successfully, let the code + entry-point be a no-op script, and act as if a corresponding uncaught script error had + occurred.

Let script's settings object be settings object.

diff --git a/source b/source index 21abbbcb13e..d080c32a56d 100644 --- a/source +++ b/source @@ -91901,7 +91901,9 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

Parse/compile/initialize source using that script execution environment, as appropriate for language, and thus obtain a - code entry-point.

+ code entry-point. If the script was not compiled successfully, let the code + entry-point be a no-op script, and act as if a corresponding uncaught script error had + occurred.

Let script's settings object be settings object.