test262/test/built-ins/Map
jugglinmike 71e573f7da Add tests for realm interactions (#688)
* Add tests for prototype realm inference

* Add tests for miscellaneous realm concerns

* Add tests for realm of spec-created Errors

In some cases, Error objects produced by the specification are
observable from ECMAScript code. Among these cases, some are further
differentiated in that they occur outside of any built-in function and
may be triggered through syntactic production directly. The current
realm record is commonly interpreted incorrectly under these
circumstances.

Add tests asserting that the expected realm record is used when
constructing such Error objects.

* Add tests for realm use in ArraySpeciesCreate

* Add tests for function realm retrieval

* Add tests for cross-realm behaviors of Symbols

* Add tests for GetValue and PutValue

* Add tests for realm of spec-created Arrays

In some cases, Arrays produced by CreateArrayFromList are observable
from ECMAScript code. Among these cases, two occur outside of any
built-in function and may be triggered through syntactic production
directly. The current realm record is commonly interpreted incorrectly
under these circumstances.

Add tests asserting that the expected realm record is used when
constructing arrays.

* Add test for spec-created object

* fixup! Add tests for realm of spec-created Errors

* fixup! Add tests for realm of spec-created Errors

* fixup! Add tests for prototype realm inference

* fixup! Add tests for miscellaneous realm concerns
2016-10-24 10:43:17 -07:00
..
Symbol.species Add tests for return value of @@species accessors 2016-04-25 16:59:23 -07:00
prototype Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
constructor.js Map constructor 2015-07-07 12:03:52 -04:00
does-not-throw-when-set-is-not-callable.js Map constructor 2015-07-07 12:03:52 -04:00
get-set-method-failure.js Replace duplicate description with info in map test 2016-04-29 10:01:41 -07:00
iterable-calls-set.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-close-after-set-failure.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-item-first-entry-returns-abrupt.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-item-second-entry-returns-abrupt.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-items-are-not-object-close-iterator.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-items-are-not-object.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-next-failure.js Map constructor 2015-07-07 12:03:52 -04:00
iterator-value-failure.js Map constructor 2015-07-07 12:03:52 -04:00
length.js Map constructor 2015-07-07 12:03:52 -04:00
map-iterable-empty-does-not-call-set.js Map constructor 2015-07-07 12:03:52 -04:00
map-iterable-throws-when-set-is-not-callable.js Map constructor 2015-07-07 12:03:52 -04:00
map-iterable.js Map constructor 2015-07-07 12:03:52 -04:00
map-no-iterable-does-not-call-set.js Map constructor 2015-07-07 12:03:52 -04:00
map-no-iterable.js Map constructor 2015-07-07 12:03:52 -04:00
map.js Map constructor 2015-07-07 12:03:52 -04:00
name.js Map constructor 2015-07-07 12:03:52 -04:00
newtarget.js Map constructor 2015-07-07 12:03:52 -04:00
properties-of-map-instances.js Map constructor 2015-07-07 12:03:52 -04:00
properties-of-the-map-prototype-object.js Map constructor 2015-07-07 12:03:52 -04:00
proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
prototype-of-map.js Map constructor 2015-07-07 12:03:52 -04:00
symbol-as-entry-key.js - Remove inline license 2015-07-17 19:55:00 +02:00
undefined-newtarget.js Map constructor 2015-07-07 12:03:52 -04:00