Reorganize target folders - src/dstr-binding

This commit is contained in:
Leo Balter 2018-12-21 15:23:52 -02:00 committed by Rick Waldron
parent 5ce0d4ece1
commit b4508b0a7a
142 changed files with 142 additions and 142 deletions

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/arrow-function/dstr-dflt-
path: language/expressions/arrow-function/dstr/dflt-
name: arrow function expression (default parameter)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16

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/arrow-function/dstr-
path: language/expressions/arrow-function/dstr/
name: arrow function expression
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/async-generator/dstr-dflt-
path: language/statements/async-generator/dstr/dflt-
name: async generator function declaration (default parameter)
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/async-generator/dstr-
path: language/statements/async-generator/dstr/
name: async generator function declaration
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-dflt-
path: language/expressions/async-generator/dstr/dflt-
name: async generator function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-
path: language/expressions/async-generator/dstr/
name: async generator function expression
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-named-dflt-
path: language/expressions/async-generator/dstr/named-dflt-
name: async generator named function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-named-
path: language/expressions/async-generator/dstr/named-
name: async generator named function expression
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/object/dstr-async-gen-meth-
path: language/expressions/object/dstr/async-gen-meth-
name: async generator method
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/object/dstr-async-gen-meth-dflt-
path: language/expressions/object/dstr/async-gen-meth-dflt-
name: async generator method (default parameter)
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-dflt-
path: language/statements/class/dstr/async-gen-meth-dflt-
name: class expression async generator method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-static-dflt-
path: language/statements/class/dstr/async-gen-meth-static-dflt-
name: static class expression async generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-static-
path: language/statements/class/dstr/async-gen-meth-static-
name: static class expression async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-
path: language/statements/class/dstr/async-gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-private-gen-meth-dflt-
path: language/statements/class/dstr/async-private-gen-meth-dflt-
name: private class expression async generator method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-private-gen-meth-static-dflt-
path: language/statements/class/dstr/async-private-gen-meth-static-dflt-
name: private static class expression async generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-private-gen-meth-static-
path: language/statements/class/dstr/async-private-gen-meth-static-
name: private static class expression async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-private-gen-meth-
path: language/statements/class/dstr/async-private-gen-meth-
name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration]

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/dstr-gen-meth-dflt-
path: language/statements/class/dstr/gen-meth-dflt-
name: class expression method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-gen-meth-static-dflt-
path: language/statements/class/dstr/gen-meth-static-dflt-
name: static class expression generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-gen-meth-static-
path: language/statements/class/dstr/gen-meth-static-
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-gen-meth-
path: language/statements/class/dstr/gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-meth-dflt-
path: language/statements/class/dstr/meth-dflt-
name: class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-meth-static-dflt-
path: language/statements/class/dstr/meth-static-dflt-
name: static class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-meth-static-
path: language/statements/class/dstr/meth-static-
name: static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-meth-
path: language/statements/class/dstr/meth-
name: class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-gen-meth-dflt-
path: language/statements/class/dstr/private-gen-meth-dflt-
name: private class expression method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-gen-meth-static-dflt-
path: language/statements/class/dstr/private-gen-meth-static-dflt-
name: private static class expression generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, generators, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-gen-meth-static-
path: language/statements/class/dstr/private-gen-meth-static-
name: private static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, generators, destructuring-binding]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-gen-meth-
path: language/statements/class/dstr/private-gen-meth-
name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-meth-dflt-
path: language/statements/class/dstr/private-meth-dflt-
name: private class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-methods-private, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-meth-static-dflt-
path: language/statements/class/dstr/private-meth-static-dflt-
name: private static class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-meth-static-
path: language/statements/class/dstr/private-meth-static-
name: private static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, destructuring-binding]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-private-meth-
path: language/statements/class/dstr/private-meth-
name: private class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-methods-private, destructuring-binding]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-gen-meth-dflt-
path: language/expressions/class/dstr/async-gen-meth-dflt-
name: class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-gen-meth-static-dflt-
path: language/expressions/class/dstr/async-gen-meth-static-dflt-
name: static class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-gen-meth-static-
path: language/expressions/class/dstr/async-gen-meth-static-
name: static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-gen-meth-
path: language/expressions/class/dstr/async-gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-private-gen-meth-dflt-
path: language/expressions/class/dstr/async-private-gen-meth-dflt-
name: private class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-private-gen-meth-static-dflt-
path: language/expressions/class/dstr/async-private-gen-meth-static-dflt-
name: private static class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-private-gen-meth-static-
path: language/expressions/class/dstr/async-private-gen-meth-static-
name: private static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-async-private-gen-meth-
path: language/expressions/class/dstr/async-private-gen-meth-
name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration]

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/dstr-gen-meth-dflt-
path: language/expressions/class/dstr/gen-meth-dflt-
name: class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-gen-meth-static-dflt-
path: language/expressions/class/dstr/gen-meth-static-dflt-
name: static class expression generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-gen-meth-static-
path: language/expressions/class/dstr/gen-meth-static-
name: static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-gen-meth-
path: language/expressions/class/dstr/gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-meth-dflt-
path: language/expressions/class/dstr/meth-dflt-
name: class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-meth-static-dflt-
path: language/expressions/class/dstr/meth-static-dflt-
name: static class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-meth-static-
path: language/expressions/class/dstr/meth-static-
name: static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-meth-
path: language/expressions/class/dstr/meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-gen-meth-dflt-
path: language/expressions/class/dstr/private-gen-meth-dflt-
name: private class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-gen-meth-static-dflt-
path: language/expressions/class/dstr/private-gen-meth-static-dflt-
name: private static class expression generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, generators, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-gen-meth-static-
path: language/expressions/class/dstr/private-gen-meth-static-
name: private static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, generators, destructuring-binding]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-gen-meth-
path: language/expressions/class/dstr/private-gen-meth-
name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-meth-dflt-
path: language/expressions/class/dstr/private-meth-dflt-
name: private class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-meth-static-dflt-
path: language/expressions/class/dstr/private-meth-static-dflt-
name: private static class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, destructuring-binding, default-parameters]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-meth-static-
path: language/expressions/class/dstr/private-meth-static-
name: private static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, destructuring-binding]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/dstr-private-meth-
path: language/expressions/class/dstr/private-meth-
name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, destructuring-binding]

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/const/dstr-
path: language/statements/const/dstr/
name: >
`const` statement
esid: sec-let-and-const-declarations-runtime-semantics-evaluation

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/for/dstr-const-
path: language/statements/for/dstr/const-
name: for statement
esid: sec-for-statement-runtime-semantics-labelledevaluation
es6id: 13.7.4.7

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/for/dstr-let-
path: language/statements/for/dstr/let-
name: for statement
esid: sec-for-statement-runtime-semantics-labelledevaluation
es6id: 13.7.4.7

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/for-of/dstr-const-
path: language/statements/for-of/dstr/const-
name: for-of statement
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11

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/for-of/dstr-let-
path: language/statements/for-of/dstr/let-
name: for-of statement
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11

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/for-of/dstr-var-
path: language/statements/for-of/dstr/var-
name: for-of statement
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11

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/for/dstr-var-
path: language/statements/for/dstr/var-
name: for statement
esid: sec-for-statement-runtime-semantics-labelledevaluation
es6id: 13.7.4.7

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/function/dstr-dflt-
path: language/statements/function/dstr/dflt-
name: function declaration (default parameter)
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.1.19

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/function/dstr-
path: language/statements/function/dstr/
name: function declaration
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.1.19

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/function/dstr-dflt-
path: language/expressions/function/dstr/dflt-
name: function expression (default parameter)
esid: sec-function-definitions-runtime-semantics-evaluation
es6id: 14.1.20

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/function/dstr-
path: language/expressions/function/dstr/
name: function expression
esid: sec-function-definitions-runtime-semantics-evaluation
es6id: 14.1.20

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/generators/dstr-dflt-
path: language/statements/generators/dstr/dflt-
name: generator function declaration (default parameter)
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.4.12

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/generators/dstr-
path: language/statements/generators/dstr/
name: generator function declaration
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.4.12

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/generators/dstr-dflt-
path: language/expressions/generators/dstr/dflt-
name: generator function expression (default parameter)
esid: sec-generator-function-definitions-runtime-semantics-evaluation
es6id: 14.4.14

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/generators/dstr-
path: language/expressions/generators/dstr/
name: generator function expression
esid: sec-generator-function-definitions-runtime-semantics-evaluation
es6id: 14.4.14

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/object/dstr-gen-meth-
path: language/expressions/object/dstr/gen-meth-
name: generator method
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
es6id: 14.4.13

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/object/dstr-gen-meth-dflt-
path: language/expressions/object/dstr/gen-meth-dflt-
name: generator method (default parameter)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
es6id: 14.4.13

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/let/dstr-
path: language/statements/let/dstr/
name: >
`let` statement
esid: sec-let-and-const-declarations-runtime-semantics-evaluation

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/object/dstr-meth-dflt-
path: language/expressions/object/dstr/meth-dflt-
name: method (default parameter)
esid: sec-runtime-semantics-definemethod
es6id: 14.3.8

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/object/dstr-meth-
path: language/expressions/object/dstr/meth-
name: method
esid: sec-runtime-semantics-definemethod
es6id: 14.3.8

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/try/dstr-
path: language/statements/try/dstr/
name: try statement
esid: sec-runtime-semantics-catchclauseevaluation
es6id: 13.15.7

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/variable/dstr-
path: language/statements/variable/dstr/
name: >
`var` statement
esid: sec-variable-statement-runtime-semantics-evaluation

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/arrow-function/dstr-dflt-
path: language/expressions/arrow-function/dstr/dflt-
name: arrow function expression (default parameter)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16

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/arrow-function/dstr-
path: language/expressions/arrow-function/dstr/
name: arrow function expression
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/async-generator/dstr-dflt-
path: language/statements/async-generator/dstr/dflt-
name: async generator function declaration (default parameter)
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/async-generator/dstr-
path: language/statements/async-generator/dstr/
name: async generator function declaration
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-dflt-
path: language/expressions/async-generator/dstr/dflt-
name: async generator function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-
path: language/expressions/async-generator/dstr/
name: async generator function expression
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-named-dflt-
path: language/expressions/async-generator/dstr/named-dflt-
name: async generator named function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/async-generator/dstr-named-
path: language/expressions/async-generator/dstr/named-
name: async generator named function expression
esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/object/dstr-async-gen-meth-
path: language/expressions/object/dstr/async-gen-meth-
name: async generator method
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/object/dstr-async-gen-meth-dflt-
path: language/expressions/object/dstr/async-gen-meth-dflt-
name: async generator method (default parameter)
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-dflt-
path: language/statements/class/dstr/async-gen-meth-dflt-
name: class expression async generator method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-static-dflt-
path: language/statements/class/dstr/async-gen-meth-static-dflt-
name: static class expression async generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-static-
path: language/statements/class/dstr/async-gen-meth-static-
name: static class expression async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/dstr-async-gen-meth-
path: language/statements/class/dstr/async-gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration]

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/dstr-gen-meth-dflt-
path: language/statements/class/dstr/gen-meth-dflt-
name: class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-gen-meth-static-dflt-
path: language/statements/class/dstr/gen-meth-static-dflt-
name: static class expression generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-gen-meth-static-
path: language/statements/class/dstr/gen-meth-static-
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-gen-meth-
path: language/statements/class/dstr/gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16

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/dstr-meth-dflt-
path: language/statements/class/dstr/meth-dflt-
name: class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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/dstr-meth-static-dflt-
path: language/statements/class/dstr/meth-static-dflt-
name: static class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15

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