mirror of https://github.com/tc39/test262.git
Extend metadata with `esid`
This commit is contained in:
parent
6e9cf3765b
commit
3383ba9c1b
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-21-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionDeclaration contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-15-s
|
||||
description: >
|
||||
Strict Mode - Function code that is part of a FunctionDeclaration
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-20-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionDeclaration contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-19-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionDeclaration contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-24-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionExpression contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-16-s
|
||||
description: >
|
||||
Strict Mode - Function code that is part of a FunctionExpression
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-2-s
|
||||
description: >
|
||||
Strict Mode - Use Strict Directive Prologue is ''use strict''
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-23-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionExpression contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-22-s
|
||||
description: >
|
||||
Strict Mode - Function code of a FunctionExpression contains Use
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-17-s
|
||||
description: >
|
||||
Strict Mode - Function code that is part of a Accessor
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-27-s
|
||||
description: >
|
||||
Strict Mode - Function code of Accessor PropertyAssignment
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-25-s
|
||||
description: >
|
||||
Strict Mode - Function code of Accessor PropertyAssignment
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-18-s
|
||||
description: >
|
||||
Strict Mode - Function code that is part of a Accessor
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: use-strict-directive
|
||||
es5id: 10.1.1-26-s
|
||||
description: >
|
||||
Strict Mode - Function code of Accessor PropertyAssignment
|
||||
|
|
Loading…
Reference in New Issue