mirror of
https://github.com/tc39/test262.git
synced 2025-10-17 22:09:07 +02:00
These tests support the following normative change "Normative: Allow null or undefined in Reference Records" https://github.com/tc39/ecma262/pull/2267 The tests concerning the `delete` operator increase coverage to verify behavior which, though related, is not altered by the normative change. These tests are intended to guard against regressions as engines implement the new semantics.