diff --git a/spec.html b/spec.html index 82e98fb5197..abe71395a94 100644 --- a/spec.html +++ b/spec.html @@ -24747,7 +24747,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`, `BigInt.prototype.toLocaleString`, `Date.prototype.toLocaleDateString`, `Date.prototype.toLocaleString`, `Date.prototype.toLocaleTimeString`, `String.prototype.localeCompare`, `String.prototype.toLocaleLowerCase`, `String.prototype.toLocaleUpperCase`, %TypedArray%`.prototype.toLocaleString`. + The behaviour of built-in methods which are specified in ECMA-402, such as `toLocaleString`, must not be extended except as specified in the 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.