Scope of ECMA-402 for adding properties to 262
https://github.com/tc39/proposal-temporal/issues/2169
ECMA-262: Conformance�“a conforming implementation of ECMAScript may provide properties not described in this specification, and values for those properties, for objects that are described in this specification.”
ECMA-402: API Overview�“This specification introduces new language values observable to ECMAScript code (such as the value of a [[FallbackSymbol]] internal slot and the set of values transitively reachable from %Intl% by property access), and also refines the definition of some functions specified in ECMA-262”
2
Is ECMA-402 allowed to extend ECMA-262 prototypes?
3