Skip to content
Snippets Groups Projects
Commit 0304c664 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

Make the folder names consistent

parent 4d40dd5a
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-private-method/
path: language/statements/class/elements/async-private-method/
name: Async private method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-private-method-static/
path: language/statements/class/elements/async-private-method-static/
name: Static async private method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-private-method/
path: language/expressions/class/elements/async-private-method/
name: Async private method as a ClassExpression element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-private-method-static/
path: language/expressions/class/elements/async-private-method-static/
name: Static private async method as a ClassExpression element
esid: prod-AsyncMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-private-method/
path: language/statements/class/elements/async-gen-private-method/
name: Async Generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorPrivateMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-private-method-static/
path: language/statements/class/elements/async-gen-private-method-static/
name: Static async generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorPrivateMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-private-method/
path: language/expressions/class/elements/async-gen-private-method/
name: Async generator method as a ClassExpression element
esid: prod-AsyncGeneratorPrivateMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-private-method-static/
path: language/expressions/class/elements/async-gen-private-method-static/
name: Static async generator method as a ClassExpression element
esid: prod-AsyncGeneratorPrivateMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-private-method/
path: language/statements/class/elements/async-gen-private-method/
name: Async Generator private method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-private-method-static/
path: language/statements/class/elements/async-gen-private-method-static/
name: Static async generator private method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-private-method/
path: language/expressions/class/elements/async-gen-private-method/
name: Async generator private method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-private-method-static/
path: language/expressions/class/elements/async-gen-private-method-static/
name: Static async generator private method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/private-methods/
path: language/statements/class/elements/private-methods/
name: private method definitions in a class declaration
features: [class, class-methods-private]
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/private-methods/
path: language/expressions/class/elements/private-methods/
name: private method definitions in a class expression
features: [class, class-methods-private]
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-meth-static/
path: language/statements/class/async-gen-method-static/
name: static class declaration async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |
......
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-meth/
path: language/statements/class/async-gen-method/
name: class declaration async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-meth-static/
path: language/statements/class/async-method-static/
name: static class declaration async method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-meth/
path: language/statements/class/async-method/
name: class declaration async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |
......
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/gen-meth-static/
path: language/statements/class/gen-method-static/
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |
......
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/gen-meth/
path: language/statements/class/gen-method/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment