diff --git a/harness/wellKnownIntrinsicObjects.js b/harness/wellKnownIntrinsicObjects.js index 25e803682d..382fdaf5ad 100644 --- a/harness/wellKnownIntrinsicObjects.js +++ b/harness/wellKnownIntrinsicObjects.js @@ -361,6 +361,14 @@ const WellKnownIntrinsicObjects = [ name: "%IntlSegmentsPrototype%", 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) => {