summaryrefslogtreecommitdiff
path: root/test/built-ins
Commit message (Expand)AuthorAgeFilesLines
* Remove links to hg.ecmascript.orgAndré Bargull2015-07-175251-21007/+5251
* Merge pull request #349 from bocoup/String.fromCodePointBrian Terlson2015-07-1610-0/+290
|\
| * String.fromCodePointLeonardo Balter2015-07-1010-0/+290
* | Merge pull request #360 from bocoup/negative-reformBrian Terlson2015-07-16118-303/+424
|\ \
| * | Prefer explicit error checking where possibleMike Pennisi2015-07-10118-303/+424
| |/
* | Merge pull request #348 from bocoup/WeakMapBrian Terlson2015-07-1088-14/+2151
|\ \
| * | WeakMap.prototype attributesLeonardo Balter2015-07-101-0/+12
| * | WeakMap.prototype[Symbol.toStringTag]Leonardo Balter2015-07-101-0/+26
| * | WeakMap.prototype.setLeonardo Balter2015-07-1018-0/+406
| * | WeakMap.prototype.hasLeonardo Balter2015-07-1017-0/+374
| * | WeakMap.prototype.getLeonardo Balter2015-07-1010-0/+297
| * | WeakMap.prototype.deleteLeonardo Balter2015-07-1018-0/+408
| * | WeakMap.prototype.constructorLeonardo Balter2015-07-101-0/+21
| * | WeakMap - core testsLeonardo Balter2015-07-1022-14/+607
| |/
* | Improve coverage of SetIteratorPrototypeLeonardo Balter2015-07-1010-37/+298
|/
* Move tests for the FunctionPrototype intrinsicMike Pennisi2015-07-102-0/+0
* Merge pull request #356 from anba/regexp-cleanupBrian Terlson2015-07-0955-221/+228
|\
| * Clean-up test comments and remove invalid testsAndré Bargull2015-07-0855-221/+228
* | Merge pull request #353 from bocoup/accessor-functions-on-built-in-propertiesBrian Terlson2015-07-0916-0/+387
|\ \
| * | fixupLeonardo Balter2015-07-063-76/+0
| * | Add test for built-in accessor properties namesLeonardo Balter2015-07-0619-0/+463
* | | Re-organize generator testsMike Pennisi2015-07-091-0/+37
| |/ |/|
* | Merge pull request #343 from bocoup/MapIteratorPrototypeBrian Terlson2015-07-0710-34/+291
|\ \
| * | Improve coverage of MapIteratorPrototypeLeonardo Balter2015-07-0210-34/+291
| |/
* | Merge pull request #331 from bocoup/promise-formalizeBrian Terlson2015-07-0731-97/+467
|\ \
| * | Formalize tests for built-in Promise methodsMike Pennisi2015-07-0730-92/+467
| * | Remove redundant testMike Pennisi2015-07-071-5/+0
* | | 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
|/ /
* | ES6 specific functions should declare a feature.Pieter van Ginkel2015-07-0512-0/+12
|/
* Fixed invalid configuration block delimiters.Pieter van Ginkel2015-06-282-4/+4
* Merge pull request #336 from bocoup/remove-envBrian Terlson2015-06-266-6/+0
|\
| * Remove empty "include" fileMike Pennisi2015-06-266-6/+0
* | Merge pull request #328 from bocoup/object-set-prototype-ofBrian Terlson2015-06-2510-0/+246
|\ \
| * | Add tests for Object.setPrototypeOfMike Pennisi2015-06-1910-0/+246
* | | Merge pull request #305 from jugglinmike/browser-only-strictBrian Terlson2015-06-2558-93/+22
|\ \ \ | |_|/ |/| |