Rick Waldron
|
d576baf73f
|
Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests.
|
2020-10-06 12:01:34 -04:00 |
Rick Waldron
|
c644ede430
|
Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739
|
2020-10-06 12:01:34 -04:00 |
Rick Waldron
|
e9f7b74855
|
Coverage: improved Reflect.apply testing with various inputs at args position. Fixes gh-2844
|
2020-10-05 13:56:19 -04:00 |
Jordan Harband
|
4203041cef
|
Add tests for `Reflect[Symbol.toStringTag]` (#2710)
Ref https://github.com/tc39/ecma262/pull/2057
Co-authored-by: Leo Balter <leonardo.balter@gmail.com>
|
2020-07-20 13:23:56 -07:00 |
Alexey Shvayka
|
33b9bba03b
|
Add Reflect.ownKeys test
|
2020-03-23 14:50:33 -04:00 |
Gus Caplan
|
502cc20010
|
fix delete test, add error tests, fix lint (#2453)
|
2019-12-21 16:57:41 -05:00 |
jugglinmike
|
87e875f6c9
|
Correct errors in metadata (#2378)
* Correct typo
* Correct esid
|
2019-09-27 16:32:52 -04:00 |
Leo Balter
|
5d84854f27
|
Avoid usage of Object.keys when asserting order of returned values (#2320)
Fixes #2226
|
2019-09-04 11:38:18 -03:00 |
Jake Champion
|
b4cf5de2e8
|
Fixed typo, `now` should be `no` (#2061)
|
2019-02-04 11:59:15 -07:00 |
André Bargull
|
b62dae4fff
|
Fix various bugs in test cases (#1988)
|
2018-12-05 15:48:28 -05:00 |
Rick Waldron
|
2d27462e70
|
Features: Proxy, Reflect (See pull/1643) (#1646)
Follow up to https://github.com/tc39/test262/pull/1643
|
2018-07-20 18:42:39 -04:00 |
Rick Waldron
|
a94b3bf431
|
Reflect.ownKeys: order with large integer "index" keys
|
2018-05-31 17:04:27 -04:00 |
Rick Waldron
|
9f57733ed9
|
Test all no-construct no-call objects consistently (#1520)
Related to https://github.com/tc39/ecma262/pull/1177
|
2018-04-19 11:23:17 -04:00 |
Rick Waldron
|
e0db75f74b
|
built-ins/Reflect/*: make all indentation consistent (depth & character) (#1429)
|
2018-02-15 15:40:15 -05:00 |
André Bargull
|
f95b56ab28
|
Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412)
This reverts commit a01de4a722 .
|
2018-02-09 12:09:47 -05:00 |
Rick Waldron
|
a01de4a722
|
js-beautify: make all indentation consistent (depth & character) (#1409)
|
2018-02-09 11:35:37 -05:00 |
Rick Waldron
|
92a2621901
|
Frontmatter: fixup "info: >" to "info: |"
|
2018-01-05 12:27:59 -05:00 |
Leonardo Balter
|
bf782c8421
|
s/id/esid
Fixes #477
|
2016-02-22 09:47:42 -05:00 |
Leonardo Balter
|
efced6eb32
|
Add test to assert Reflect.enumerate is now undefined
Ref #495
|
2016-02-18 16:40:00 -05:00 |
Leonardo Balter
|
63c1f1ca88
|
Remove tests for Reflect.enumerate
Ref #495
|
2016-02-18 15:57:14 -05:00 |
Leonardo Balter
|
40675b1eb5
|
Add tests for Reflect.setPrototypeOf
|
2015-09-04 14:50:15 -04:00 |
Leonardo Balter
|
d3743c3ba7
|
Add tests for Reflect.set
|
2015-09-04 14:50:15 -04:00 |
Leonardo Balter
|
e7f5f3cf58
|
Add tests for Reflect.preventExtensions
|
2015-09-04 14:50:14 -04:00 |
Leonardo Balter
|
bc51cfa0e0
|
Add tests for Reflect.ownKeys
|
2015-09-04 14:50:14 -04:00 |
Leonardo Balter
|
a66ae7cbce
|
Add tests for Reflect.isExtensible
|
2015-09-04 14:50:14 -04:00 |
Leonardo Balter
|
257bd7b48e
|
Add tests for Reflect.has
|
2015-09-04 14:50:14 -04:00 |
Leonardo Balter
|
b2fd133f88
|
Add tests for Reflect.getPrototypeOf
|
2015-09-04 14:50:13 -04:00 |
Leonardo Balter
|
ec82bff120
|
Add tests for Reflect.getOwnPropertyDescriptor
|
2015-09-04 14:50:13 -04:00 |
Leonardo Balter
|
efac2336c2
|
Add tests for Reflect.get
|
2015-09-04 14:50:12 -04:00 |
Leonardo Balter
|
6326408215
|
Add tests for Reflect.enumerate
|
2015-09-04 14:50:12 -04:00 |
Leonardo Balter
|
ed233ccb2d
|
Add tests for Reflect.deleteProperty
|
2015-09-04 14:50:11 -04:00 |
Leonardo Balter
|
2fcf931f81
|
Add tests for Reflect.defineProperty
|
2015-09-04 14:50:11 -04:00 |
Leonardo Balter
|
980e50441f
|
Add tests for Reflect.construct
|
2015-09-04 13:33:09 -04:00 |
Leonardo Balter
|
bdcf4fd877
|
Add tests for Reflect.apply
|
2015-09-04 13:33:08 -04:00 |
Leonardo Balter
|
ff961826da
|
Add tests for the Reflect object
|
2015-09-04 13:33:08 -04:00 |