From a1c4754375c5fb2efc00cc86d948d3ce74cc2f74 Mon Sep 17 00:00:00 2001
From: Asumu Takikawa
If script's muted errors is true, then set message to
- "Script error.
", urlString to the empty string, line
- and col to 0, and errorValue to null.
If script is a classic script and script's muted
+ errors is true, then set message to "Script error.
",
+ urlString to the empty string, line and col to 0, and
+ errorValue to null.
Let notHandled be true.
Let script be the running script.
If script's muted errors is true, terminate these steps.
If script is a classic script and script's muted + errors is true, terminate these steps.
Let settings object be script's settings object.