test262/test/built-ins/Object/fromEntries
Rick Waldron ff475fce11 Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -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 Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-string-entry.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04: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 Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04: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 Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
key-order.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04: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
prototype.js Two more simple tests 2018-08-13 10:25:09 -04:00
requires-argument.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04: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 Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04: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