More reorganization for the class folder

This commit is contained in:
Leo Balter 2018-12-21 17:28:23 -02:00 committed by Rick Waldron
parent d73548b027
commit b8d43a3982
116 changed files with 116 additions and 116 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-inst-
path: language/statements/class/accessor-name-inst/
name: Class declaration, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-static-
path: language/statements/class/accessor-name-static/
name: Class declaration, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-inst-
path: language/expressions/class/accessor-name-inst/
name: Class expression, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-static-
path: language/expressions/class/accessor-name-static/
name: Class expression, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-inst-
path: language/statements/class/accessor-name-inst/
name: Class declaration, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/accessor-name-static-
path: language/statements/class/accessor-name-static/
name: Class declaration, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-inst-
path: language/expressions/class/accessor-name-inst/
name: Class expression, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/accessor-name-static-
path: language/expressions/class/accessor-name-static/
name: Class expression, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/private-accessor-name/inst-
path: language/statements/class/elements/private-accessor-name/inst-
name: Class declaration, private instance method
esid: #prod-MethodDefinition
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/private-accessor-name/static-
path: language/statements/class/elements/private-accessor-name/static-
name: Class declaration, static method
esid: #prod-MethodDefinition
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/private-accessor-name/inst-
path: language/expressions/class/elements/private-accessor-name/inst-
name: Class expression, instance private method
esid: #prod-MethodDefinition
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Katie Broida. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/private-accessor-name/static-
path: language/expressions/class/elements/private-accessor-name/static-
name: Class expression, static private method
esid: #prod-MethodDefinition
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-method-
path: language/statements/class/async-method/
name: Async method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |

View File

@ -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/async-private-method/
name: Async private method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-method-static-
path: language/statements/class/async-method-static/
name: Static async method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |

View File

@ -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/async-private-method-static/
name: Static async private method as a ClassDeclaration element
esid: prod-AsyncMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-method-
path: language/expressions/class/async-method/
name: Async method as a ClassExpression element
esid: prod-AsyncMethod
info: |

View File

@ -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/async-private-method/
name: Async private method as a ClassExpression element
esid: prod-AsyncMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-method-static-
path: language/expressions/class/async-method-static/
name: Static async method as a ClassExpression element
esid: prod-AsyncMethod
info: |

View File

@ -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/async-private-method-static/
name: Static private async method as a ClassExpression element
esid: prod-AsyncMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-method-
path: language/statements/class/async-gen-method/
name: Async Generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method/
name: Async Generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorPrivateMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-method-static-
path: language/statements/class/async-gen-method-static/
name: Static async generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method-static/
name: Static async generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorPrivateMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-method-
path: language/expressions/class/async-gen-method/
name: Async generator method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method/
name: Async generator method as a ClassExpression element
esid: prod-AsyncGeneratorPrivateMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-method-static-
path: language/expressions/class/async-gen-method-static/
name: Static async generator method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method-static/
name: Static async generator method as a ClassExpression element
esid: prod-AsyncGeneratorPrivateMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-method-
path: language/statements/class/async-gen-method/
name: Async Generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method/
name: Async Generator private method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/async-gen-method-static-
path: language/statements/class/async-gen-method-static/
name: Static async generator method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method-static/
name: Static async generator private method as a ClassDeclaration element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-method-
path: language/expressions/class/async-gen-method/
name: Async generator method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method/
name: Async generator private method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/async-gen-method-static-
path: language/expressions/class/async-gen-method-static/
name: Static async generator method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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/async-gen-private-method-static/
name: Static async generator private method as a ClassExpression element
esid: prod-AsyncGeneratorMethod
info: |

View File

@ -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-meth-static/
name: static class declaration async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class declaration async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth-static/
name: static class declaration async method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -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-meth/
name: class declaration async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth-static/
name: static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth/
name: class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth-static/
name: static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth-static/
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth-static/
name: static class declaration async method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -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-meth/
name: class declaration async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth-static/
name: static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth/
name: class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth-static/
name: static class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth/
name: class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth-static/
name: static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth-static/
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -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-meth-static/
name: static class declaration async method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -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-meth/
name: class declaration async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth-static/
name: static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth/
name: class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression async method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth-static/
name: static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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-meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth-static/
name: static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// 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/meth/
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-
path: language/statements/class/gen-method/
name: Generator method as a ClassDeclaration element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/gen-private-method-
path: language/statements/class/gen-private-method/
name: Generator private method as a ClassDeclaration element
esid: prod-GeneratorPrivateMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-static-
path: language/statements/class/gen-method-static/
name: Static generator method as a ClassDeclaration element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/gen-private-method-static-
path: language/statements/class/gen-private-method-static/
name: Static generator private method as a ClassDeclaration element
esid: prod-GeneratorPrivateMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-
path: language/expressions/class/gen-method/
name: Generator method as a ClassExpression element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/gen-private-method-
path: language/expressions/class/gen-private-method/
name: Generator private method as a ClassExpression element
esid: prod-GeneratorPrivateMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-static-
path: language/expressions/class/gen-method-static/
name: Static generator method as a ClassExpression element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/gen-private-method-static-
path: language/expressions/class/gen-private-method-static/
name: Static generator private method as a ClassExpression element
esid: prod-GeneratorPrivateMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-
path: language/statements/class/gen-method/
name: Generator method as a ClassDeclaration element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/gen-private-method-
path: language/statements/class/gen-private-method/
name: Generator method as a ClassDeclaration element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-static-
path: language/statements/class/gen-method-static/
name: Static generator method as a ClassDeclaration element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/gen-private-method-static-
path: language/statements/class/gen-private-method-static/
name: Static generator method as a ClassDeclaration element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-
path: language/expressions/class/gen-method/
name: Generator method as a ClassExpression element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/gen-private-method-
path: language/expressions/class/gen-private-method/
name: Generator private method as a ClassExpression element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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-method-static-
path: language/expressions/class/gen-method-static/
name: Static generator method as a ClassExpression element
esid: prod-GeneratorMethod
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Bloomberg LP. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/gen-private-method-static-
path: language/expressions/class/gen-private-method-static/
name: Static generator private method as a ClassExpression element
esid: prod-GeneratorMethod
info: |

Some files were not shown because too many files have changed in this diff Show More