summaryrefslogtreecommitdiff
path: root/test/built-ins/Map
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling typo. (#1046)Arup Rakshit2017-05-221-1/+1
* Remove execute bit from files (#976)André Bargull2017-04-131-0/+0
* Rename $ => $262. Fixes gh-802 (#823)Rick Waldron2017-03-011-1/+1
* Add tests for realm interactions (#688)jugglinmike2016-10-241-0/+30
* Replace duplicate description with info in map testBrian Terlson2016-04-291-1/+1
* Add tests for return value of @@species accessorsMike Pennisi2016-04-252-3/+22
* Add missing tests for "length" and "name" properties of built-in functionsAndré Bargull2016-01-151-0/+32
* Move Symbol.species and AnnexB tests to new subfoldersAndré Bargull2016-01-152-0/+0
* Add tests for well-known Symbol: @@toStringTagMike Pennisi2015-08-072-21/+21
* - Remove inline licenseAndré Bargull2015-07-171-1/+1
* Merge pull request #353 from bocoup/accessor-functions-on-built-in-propertiesBrian Terlson2015-07-091-0/+20
|\
| * Add test for built-in accessor properties namesLeonardo Balter2015-07-061-0/+20
* | Remove duplicated Map testsLeonardo Balter2015-07-077-214/+0
* | Map.prototype[Symbol.toStringTag]Leonardo Balter2015-07-071-0/+21
* | Map.prototype[Symbol.iterator]Leonardo Balter2015-07-071-6/+6
* | Map.prototype.valuesLeonardo Balter2015-07-079-0/+286
* | Map.prototype.sizeLeonardo Balter2015-07-0711-0/+316
* | Map.prototype.setLeonardo Balter2015-07-0713-0/+370
* | Map.prototype.keysLeonardo Balter2015-07-079-0/+286
* | Map.prototype.hasLeonardo Balter2015-07-0710-0/+292
* | Map.prototype.getLeonardo Balter2015-07-0710-0/+303
* | Map.property.forEachLeonardo Balter2015-07-0718-0/+629
* | Map.prototype.entriesLeonardo Balter2015-07-079-0/+291
* | Map.prototype.deleteLeonardo Balter2015-07-0710-0/+245
* | Map.prototype.constructorLeonardo Balter2015-07-071-0/+16
* | Map.prototype.clearLeonardo Balter2015-07-0710-0/+252
* | Map.prototype descriptorLeonardo Balter2015-07-071-0/+14
* | Map constructorLeonardo Balter2015-07-0725-2/+726
|/
* Refactor tests for built-in @@iterator methodsMike Pennisi2015-05-262-14/+19
* Move tests for iterator prototype methodsMike Pennisi2015-05-264-132/+0
* Import tests from Google V8 (native iterators)Mike Pennisi2015-04-2012-0/+360
* Import tests from Google V8 (Symbol)Rick Waldron2015-04-072-0/+37