test262/test/built-ins/Object/fromEntries
Rick Waldron d576baf73f Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
..
empty-iterable.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
evaluation-order.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-null-entry.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
iterator-closed-for-string-entry.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
iterator-closed-for-throwing-entry-key-accessor.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-throwing-entry-key-tostring.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-throwing-entry-value-accessor.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-not-closed-for-next-returning-non-object.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
iterator-not-closed-for-throwing-done-accessor.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-not-closed-for-throwing-next.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-not-closed-for-uncallable-next.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
key-order.js Avoid usage of Object.keys when asserting order of returned values (#2320) 2019-09-04 11:38:18 -03:00
length.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
name.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
not-a-constructor.js Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
prototype.js Two more simple tests 2018-08-13 10:25:09 -04:00
requires-argument.js Get rid of the leading empty line in info block (#1993) 2018-12-15 05:40:37 -05:00
simple-properties.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
string-entry-object-succeeds.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
string-entry-primitive-throws.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
string-entry-string-object-succeeds.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
supports-symbols.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
to-property-key.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
uses-define-semantics.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
uses-keys-not-iterator.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00