update pending esids in AsyncFunction tests

This commit is contained in:
deathbearbrown 2017-07-05 10:12:30 -07:00 committed by Rick Waldron
parent 8b3dddc570
commit af8ec67363
14 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-constructor
description: >
%AsyncFunction% creates functions with or without new and handles arguments
similarly to functions.

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-constructor
description: >
%AsyncFunction% is a subclass of Function
---*/

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-constructor-length
description: >
%AsyncFunction% has a length of 1 with writable false, enumerable false, configurable true.
includes: [propertyHelper.js]

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-constructor-properties
description: >
%AsyncFunction% has a name of "AsyncFunction".
includes: [propertyHelper.js]

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-constructor-prototype
description: AsyncFunction has a prototype property with writable false, enumerable false, configurable false.
includes: [propertyHelper.js]
---*/

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-objects
description: >
%AsyncFunction% exists and is a function
---*/

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-sync-function-prototype-properties
description: >
%AsyncFunctionPrototype% has a [[Extensible]] of true
---*/

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-sync-function-prototype-properties
description: AsyncFunction.prototype has a [[prototype]] of Function.prototype
---*/
var AsyncFunction = async function foo() { }.constructor;

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-prototype-properties-toStringTag
description: >
%AsyncFunctionPrototype% has a Symbol.toStringTag property of "AsyncFunction"
includes: [propertyHelper.js]

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-instances
description: >
Async function instances are not constructors and do not have a
[[Construct]] slot.

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-instances-name
description: Async function declarations have a name property
includes: [propertyHelper.js]
---*/

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-instances-length
description: >
Async functions have a length property that is the number of expected
arguments.

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-instances
description: >
Async function instances do not have a prototype property.
---*/

View File

@ -3,7 +3,7 @@
/*---
author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending
esid: sec-async-function-constructor-properties
description: >
%AsyncFunction% is not exposed as a global
---*/