Meghan Denny
|
60963bf468
|
chore: convert many tests to use verifyProperty (#4263)
Co-authored-by: André Bargull <andre.bargull@gmail.com>
|
2024-10-14 11:25:05 +02:00 |
Kevin Gibbons
|
5424d7e834
|
rewrite tests to use verifyProperty
|
2024-03-25 12:05:06 +01:00 |
Rick Waldron
|
8aacff591c
|
Standardize built-in constructor testing
|
2020-10-06 12:01:34 -04:00 |
Alexey Shvayka
|
34fb6c4374
|
Add %AsyncFunction.prototype% test
|
2020-08-20 12:52:25 -04:00 |
Alexey Shvayka
|
17685735e1
|
Add "proto-from-ctor-realm" tests for async functions (#2342)
* Add AsyncFunction test
* Add AsyncGeneratorFunction test
|
2019-09-20 15:27:32 -03:00 |
Rick Waldron
|
8342824894
|
built-ins/AsyncFunction/*: make all indentation consistent (depth & character)
|
2018-02-13 14:35:02 -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 |
Leo Balter
|
ca1871bafd
|
Add missing Symbol.toStringTag feature flags
|
2017-09-08 10:13:50 -04:00 |
deathbearbrown
|
af8ec67363
|
update pending esids in AsyncFunction tests
|
2017-07-13 12:26:08 -04:00 |
Leo Balter
|
2f11b4d806
|
Add tests for instances of Async/Generator Functions that are not constructors (#907)
Fixes #779
|
2017-03-15 17:12:54 -04:00 |
Brian Terlson
|
dbf251586e
|
Add tests for async functions
Closes #479
|
2016-07-28 15:11:28 -07:00 |