You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll submit a PR for the spec text, but I've added the test262 label because this should be reflected in test262. The Temporal intrinsic object should be added to the list of well-known intrinsic objects in helpers/wellKnownIntrinsicObjects.js, and the Temporal test262 runner should run test/built-ins/Function/prototype/toString/built-in-function-object.js (which checks all well-known intrinsic objects) as part of its default test run.
As part of the spec, there should be an entry for %Temporal% in this table: https://tc39.es/ecma262/#sec-well-known-intrinsic-objects. This was omitted, but %Temporal% was still defined in https://tc39.es/proposal-temporal/#sec-temporal-objects, so should be an editorial change.
The text was updated successfully, but these errors were encountered: