mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition
This commit is contained in:
parent
0278a7d2a5
commit
5cd8e7bd53
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Expression within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Statement within statement is a candidate for tail-call optimization.
|
||||
esid: static-semantics-hasproductionintailposition
|
||||
esid: sec-static-semantics-hascallintailposition
|
||||
flags: [onlyStrict]
|
||||
features: [tail-call-optimization]
|
||||
includes: [tcoHelper.js]
|
||||
|
Loading…
x
Reference in New Issue
Block a user