Kevin Gibbons
|
961480ac61
|
remove some auto-generated error messages in "assert.throws" tests
|
2024-03-25 12:09:10 +01:00 |
Ms2ger
|
c3c6c86663
|
Fix some esids.
Ref #3705.
|
2022-11-03 09:20:27 -07:00 |
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 |
Robin Templeton
|
efa414ae00
|
Add tests for calling BigInt functions with fewer arguments than required (#2075)
|
2019-02-19 13:25:25 -05:00 |
Rick Waldron
|
6e836cea56
|
Eliminate false positives: BigInt
|
2018-11-30 11:34:13 -05:00 |
Rick Waldron
|
cd6305155b
|
BigInt: additional info frontmatter. Validated features (#1518)
|
2018-04-18 16:56:06 -04:00 |
Rick Waldron
|
6c50d46b39
|
built-ins/BigInt/*: make all indentation consistent (depth & character) (#1418)
|
2018-02-15 15:57:16 -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 |
Josh Wolfe
|
5730f10114
|
generate some type coercion tests
|
2017-12-21 16:40:18 -05:00 |
Josh Wolfe
|
dafde72971
|
BigInt.asUintN tests
* typeCoercion.js supports ToIndex
* typeCoercion.js supports ToBigInt
* updated BigInt.asIntN type coercion tests to use typeCoercion.js
|
2017-09-12 18:38:29 -07:00 |
Josh Wolfe
|
443b15e43e
|
Add tests for BitInt.asIntN (#1191)
|
2017-09-06 13:52:08 -04:00 |