diff --git a/spec.html b/spec.html index 3bddd9eab5..1cda78d25b 100644 --- a/spec.html +++ b/spec.html @@ -24737,7 +24737,7 @@

Forbidden Extensions

Neither mapped nor unmapped arguments objects may be created with an own property named *"caller"*.
  • - The behaviour of the following methods must not be extended except as specified in ECMA-402: `Object.prototype.toLocaleString`, `Array.prototype.toLocaleString`, `Number.prototype.toLocaleString`, `Date.prototype.toLocaleDateString`, `Date.prototype.toLocaleString`, `Date.prototype.toLocaleTimeString`, `String.prototype.localeCompare`, %TypedArray%`.prototype.toLocaleString`. + The behaviour of built-in methods which are specified in ECMA-402, such as those named `toLocaleString`, must not be extended except as specified in ECMA-402.
  • The RegExp pattern grammars in and must not be extended to recognize any of the source characters A-Z or a-z as |IdentityEscape[+U]| when the [U] grammar parameter is present.