summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy
Commit message (Expand)AuthorAgeFilesLines
* built-ins/Proxy/*: make all indentation consistent (depth & character) (#1434)Rick Waldron2018-02-15184-763/+849
* Revert "js-beautify: make all indentation consistent (depth & character) (#14...André Bargull2018-02-09184-849/+763
* js-beautify: make all indentation consistent (depth & character) (#1409)Rick Waldron2018-02-09184-763/+849
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-05119-119/+119
* Add cross-realm featureLeo Balter2017-09-2226-2/+26
* Add missing Symbol features flagsLeo Balter2017-09-071-0/+1
* Fix cross realm tests in Proxy.constructLeo Balter2017-09-061-2/+1
* Address feedback reviewLeo Balter2017-09-068-30/+145
* improve & join undefined apply testsAleksey Shvayka2017-09-069-67/+127
* Proxy ownKeys should throw a TypeError if returned keys are not String or Sym...Rick Waldron2017-08-116-0/+204
* Proxy, [[OwnPropertyKeys]]: If trapResult contains any duplicate entries, thr...Rick Waldron2017-08-042-0/+45
* Updates to Proxy trap: ownKeysRick Waldron2017-08-0416-40/+44
* Remove execute bit from files (#976)André Bargull2017-04-137-0/+0
* Rename $ => $262. Fixes gh-802 (#823)Rick Waldron2017-03-0126-26/+26
* Replaced tabs with spaces in YAML.Dmitry Panov2016-11-192-2/+2
* Ensure Proxy [[Get]] and [[Set]] pass correct receiver (#792)Aleksey Shvayka2016-11-172-0/+53
* Add tests for realm interactions (#688)jugglinmike2016-10-2426-0/+743
* setPrototypeOf returns 'true' if called with the target's prototype (#768)Henrique Ferreiro2016-10-051-1/+1
* Update tests for Proxy.[[SetPrototypeOf]] (#716)Leo Balter2016-07-1914-79/+371
* s/id/esidLeonardo Balter2016-02-221-1/+1
* Add test to assert Proxy enumerate trap is not triggered anymoreLeonardo Balter2016-02-181-0/+47
* Remove tests for Proxy enumerateLeonardo Balter2016-02-1812-295/+0
* Remove unused harness fileMike Pennisi2016-02-1215-15/+0
* Add missing tests for "length" and "name" properties of built-in functionsAndré Bargull2016-01-152-0/+55
* Test built-in function requirements of Promise and Proxy helper functionsAndré Bargull2015-11-245-0/+90
* Small fixes on Proxy constructor testsLeonardo Balter2015-07-312-5/+2
* Proxy: constructLeonardo Balter2015-06-1512-0/+279
* Proxy: applyLeonardo Balter2015-06-157-0/+149
* Proxy: ownKeysLeonardo Balter2015-06-1514-0/+407
* Proxy: enumerateLeonardo Balter2015-06-1512-0/+296
* Proxy: deletePropertyLeonardo Balter2015-06-1512-0/+289
* Proxy: setLeonardo Balter2015-06-1517-0/+433
* Proxy: getLeonardo Balter2015-06-1514-0/+386
* Proxy: hasLeonardo Balter2015-06-1520-0/+559
* Proxy: definePropertyLeonardo Balter2015-06-1512-0/+400
* Proxy: getOwnPropertyDescriptorLeonardo Balter2015-06-1515-0/+475
* Proxy: preventExtensionsLeonardo Balter2015-06-158-0/+180
* Proxy: isExtensibleLeonardo Balter2015-06-158-0/+193
* Proxy: setPrototypeOfLeonardo Balter2015-06-159-0/+225
* Proxy: getPrototypeOfLeonardo Balter2015-06-1513-0/+289
* Proxy.revocableLeonardo Balter2015-06-154-0/+73
* Proxy: CoreLeonardo Balter2015-06-1524-0/+397