From d45036711c5cf89f03d3cdc4cc0f407107a7cbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Mon, 7 Jul 2025 07:01:50 +0200 Subject: [PATCH] Add Temporal intrinsics --- harness/wellKnownIntrinsicObjects.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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) => {