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
Branches
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/expressions/class/async-meth-static/
path: language/expressions/class/async-method-static/
name: static class expression async 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/expressions/class/async-meth/
path: language/expressions/class/async-method/
name: class expression 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/expressions/class/gen-meth-static/
path: language/expressions/class/gen-method-static/
name: static class expression generator 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/expressions/class/gen-meth/
path: language/expressions/class/gen-method/
name: class expression 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/expressions/class/meth-static/
path: language/expressions/class/method-static/
name: static class expression 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/expressions/class/meth/
path: language/expressions/class/method/
name: class expression 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-gen-meth-static/
path: language/statements/class/async-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/async-gen-meth/
path: language/statements/class/async-gen-method/
name: class expression 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: |
......
// 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/meth-static/
path: language/statements/class/method-static/
name: static class expression 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/meth/
path: language/statements/class/method/
name: class expression 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/expressions/class/async-gen-meth-static/
path: language/expressions/class/async-gen-method-static/
name: static class expression async generator 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/expressions/class/async-gen-meth/
path: language/expressions/class/async-gen-method/
name: class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |
......
// Copyright (C) 2017 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-meth-static/
path: language/expressions/class/async-method-static/
name: static class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |
......
// Copyright (C) 2017 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-meth/
path: language/expressions/class/async-method/
name: class expression 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/expressions/class/gen-meth-static/
path: language/expressions/class/gen-method-static/
name: static class expression generator 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/expressions/class/gen-meth/
path: language/expressions/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.
Please register or to comment