mirror of https://github.com/tc39/test262.git
Update Function/prototype/toString 'esid: pending' frontmatter
This commit is contained in:
parent
0e99fa8a3a
commit
d807e8fa96
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-function.prototype.tostring
|
||||
description: >
|
||||
Function.prototype.toString on an async function created with the
|
||||
AsyncFunction constructor.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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 created with the
|
||||
AsyncGenerator constructor.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-function.prototype.tostring
|
||||
description: Function.prototype.toString on an async function declaration
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-function.prototype.tostring
|
||||
description: Function.prototype.toString on an async function expression
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-iteration]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-function.prototype.tostring
|
||||
description: Function.prototype.toString on an async method
|
||||
features: [async-functions]
|
||||
---*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es6id: 19.2.3.5
|
||||
esid: sec-function.prototype.tostring
|
||||
description: >
|
||||
Function.prototype.toString.name is "toString".
|
||||
info: |
|
||||
|
|
Loading…
Reference in New Issue