Update Function/prototype/toString 'esid: pending' frontmatter

This commit is contained in:
Valerie R Young 2018-02-16 14:33:49 -05:00 committed by Rick Waldron
parent 0e99fa8a3a
commit d807e8fa96
17 changed files with 17 additions and 17 deletions

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Brian Terlson <brian.terlson@microsoft.com> author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending esid: sec-function.prototype.tostring
description: > description: >
Function.prototype.toString on an async function created with the Function.prototype.toString on an async function created with the
AsyncFunction constructor. AsyncFunction constructor.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: > description: >
Function.prototype.toString on an async generator created with the Function.prototype.toString on an async generator created with the
AsyncGenerator constructor. AsyncGenerator constructor.

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Brian Terlson <brian.terlson@microsoft.com> author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async function declaration description: Function.prototype.toString on an async function declaration
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Brian Terlson <brian.terlson@microsoft.com> author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async function expression description: Function.prototype.toString on an async function expression
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator declaration description: Function.prototype.toString on an async generator declaration
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator expression description: Function.prototype.toString on an async generator expression
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator method description: Function.prototype.toString on an async generator method
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator method description: Function.prototype.toString on an async generator method
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator method description: Function.prototype.toString on an async generator method
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator method description: Function.prototype.toString on an async generator method
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async generator method description: Function.prototype.toString on an async generator method
features: [async-iteration] features: [async-iteration]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async method description: Function.prototype.toString on an async method
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async method description: Function.prototype.toString on an async method
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async method description: Function.prototype.toString on an async method
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async method description: Function.prototype.toString on an async method
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Brian Terlson <brian.terlson@microsoft.com> author: Brian Terlson <brian.terlson@microsoft.com>
esid: pending esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async method description: Function.prototype.toString on an async method
features: [async-functions] features: [async-functions]
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es6id: 19.2.3.5 esid: sec-function.prototype.tostring
description: > description: >
Function.prototype.toString.name is "toString". Function.prototype.toString.name is "toString".
info: | info: |