summaryrefslogtreecommitdiff
path: root/test/built-ins/Object
Commit message (Expand)AuthorAgeFilesLines
* Fix yaml consistencyLeo Balter2018-03-0611-22/+33
* Remove whitespace between Literal and BigIntLiteralSuffix (#1452)Sathya Gunasekaran2018-02-221-1/+1
* built-ins/Object/*: make all indentation consistent (depth & character) (#1432)Rick Waldron2018-02-152862-22978/+24187
* Revert "js-beautify: make all indentation consistent (depth & character) (#14...André Bargull2018-02-092862-24187/+22978
* js-beautify: make all indentation consistent (depth & character) (#1409)Rick Waldron2018-02-092862-22978/+24187
* Fix: various lint fixesRick Waldron2018-01-111-2/+2
* Fix: various lint fixesRick Waldron2018-01-104-4/+4
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-05185-185/+185
* Fix multiple issues in nan-equivalence.js test caseAndré Bargull2017-11-011-17/+26
* Add cross-realm featureLeo Balter2017-09-221-1/+1
* Add missing Symbol.toStringTag feature flagsLeo Balter2017-09-081-1/+1
* Add missing Symbol features flagsLeo Balter2017-09-0725-0/+25
* Remove duplicate property keys from getOwnPropertyDescriptorsAndré Bargull2017-09-051-38/+0
* add BigInt testsRobin Templeton2017-08-242-0/+27
* Remove more unnecessary testsLeo Balter2017-05-1713-536/+0
* Introduce automated validation for test format (#994)jugglinmike2017-05-011-2/+2
* Add tests for observable [[GetOwnProperty]] ops in EnumerableOwnProperties (#...⭐caitp⭐2017-04-271-0/+145
* Remove execute bit from files (#976)André Bargull2017-04-1331-0/+0
* Merge pull request #949 from rwaldron/755Leo Balter2017-04-062-0/+65
|\
| * Move proxy function proxy tests into own fileRick Waldron2017-04-062-36/+45
| * Update the toString/proxy.js to test stringifing functionsKeith Miller2016-08-301-1/+57
* | Rename top level 'name' and 'length' bindingsLeonardo Balter2017-03-141-3/+3
* | Rename $ => $262. Fixes gh-802 (#823)Rick Waldron2017-03-011-1/+1
* | Add tests for known violation of invariants (#841)Claude Pache2017-03-014-0/+116
* | Test Symbol.toStringTag overrides on primitive wrapper prototypes. Closes gh-...Rick Waldron2017-01-202-0/+42
* | Add tests for realm interactions (#688)jugglinmike2016-10-241-0/+28
|/
* `Object.getOwnPropertyDescriptors`: add test to ensure undefined descriptors ...Jordan Harband2016-08-012-1/+40
* Update test for distinct NaN replacement on DefineOwnPropertyLeonardo Balter2016-07-061-8/+23
* Improve assertions comparing values to NaN (#690)Leo Balter2016-07-013-5/+3
* Update esid for Object.getOwnPropertyDescriptorsLeonardo Balter2016-06-1515-15/+15
* Add tests for usage of IsArray (#667)jugglinmike2016-06-102-0/+72
* Add test for NaN in OrdinaryDefineOwnProperty (#648)jugglinmike2016-06-081-0/+63
* Reduce reliance on `fnGlobalObject.js`Mike Pennisi2016-04-2562-164/+110
* Fix test bugsAndré Bargull2016-02-232-3/+4
* s/id/esidLeonardo Balter2016-02-2253-53/+53
* Create `proxyTrapsHelper` to throw on all traps by default.Jordan Harband2016-02-133-42/+15
* s/esid/id/gJordan Harband2016-02-0115-15/+15
* Add test with duplicate keys.Jordan Harband2016-02-011-0/+31
* Review feedback.Jordan Harband2016-02-0114-21/+36
* Add Object.getOwnPropertyDescriptors tests.Jordan Harband2016-02-0113-0/+307
* Replace es7id tags with idLeonardo Balter2016-02-1234-34/+34
* Add tests for Object.prototype extensibility and its immutable prototypeLeonardo Balter2016-02-124-0/+139
* Fix case sentitive error on test/built-ins/Object folderLeonardo Balter2016-01-2932-0/+648
* Add missing tests for "length" and "name" properties of built-in functionsAndré Bargull2016-01-1521-0/+549
* Add Proxy tests to ensure observable semantics are maintainedJordan Harband2015-12-142-0/+96
* Tests for changes introduced in ES2015 (Annex E)André Bargull2015-09-0710-0/+315
* Merge pull request #415 from anba/remove-runTestCase-finallyRick Waldron2015-09-04215-2153/+599
|\
| * Replace runTestCase with assert, try-finally, [test/built-ins/Object]André Bargull2015-08-13215-2153/+599
* | Merge branch 'remove-runTestCase-builtins-other' of https://github.com/anba/t...Rick Waldron2015-09-0489-755/+281
|\ \
| * | Replace runTestCase with assert helpers, rest [test/built-ins]André Bargull2015-08-1389-755/+281
| |/