mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 08:54:35 +02:00
Add Temporal intrinsics
This commit is contained in:
parent
c62f9f7fba
commit
d45036711c
@ -361,6 +361,14 @@ const WellKnownIntrinsicObjects = [
|
|||||||
name: "%IntlSegmentsPrototype%",
|
name: "%IntlSegmentsPrototype%",
|
||||||
source: "Object.getPrototypeOf(new Intl.Segmenter().segment())",
|
source: "Object.getPrototypeOf(new Intl.Segmenter().segment())",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Extensions to well-known intrinsic objects.
|
||||||
|
//
|
||||||
|
// https://tc39.es/proposal-temporal/#sec-well-known-intrinsic-objects
|
||||||
|
{
|
||||||
|
name: "%Temporal%",
|
||||||
|
source: "Temporal",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
WellKnownIntrinsicObjects.forEach((wkio) => {
|
WellKnownIntrinsicObjects.forEach((wkio) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user