test262/test
Philip Chimento 2af27af915 harness: Add a function to get well-known intrinsic objects
wellKnownIntrinsicObjects.js now exposes a getWellKnownIntrinsicObject()
function which returns the object corresponding to a key like %Array%. If
the object is not provided by the implementation, or not accessible, it
throws a Test262Error. This is so that tests depending on that intrinsic
object can easily fail.
2025-03-11 18:14:55 -07:00
..
annexB Remove leading space characters in YAML frontmatter 2024-12-17 17:52:36 +01:00
built-ins Add tests for not calling well-known symbols on primitives for string methods (#4404) 2025-03-11 17:54:04 -07:00
harness harness: Add a function to get well-known intrinsic objects 2025-03-11 18:14:55 -07:00
intl402 Add basic tests for Intl.DurationFormat accepting Temporal.Duration 2025-02-14 09:01:03 -08:00
language Rewrite import defer resolution test ot not expect specific error 2025-02-27 16:08:00 +01:00
staging After a recent normative change on iterator helpers, the expectations of 2025-03-11 18:05:19 -07:00