mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
include esids
This commit is contained in:
parent
81ba258677
commit
d2ac342089
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers produces instances of the reciever
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers errors when the reciever is not a constructor
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers errors when the receiver is not an object
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers return value has a property called "promise" which is a Promise
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers return value has properties called "resolve" and "reject" which are unary functions
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Promise.withResolvers result is an object with keys "promise", "reject", and "resolve"
|
||||
esid: sec-promise.withresolvers
|
||||
features: [promise-with-resolvers]
|
||||
---*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user