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. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: arrow function expression (default parameter)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16 es6id: 14.2.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: arrow function expression
esid: sec-arrow-function-definitions-runtime-semantics-evaluation esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16 es6id: 14.2.16

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator function declaration (default parameter)
esid: sec-asyncgenerator-definitions-instantiatefunctionobject esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator function declaration
esid: sec-asyncgenerator-definitions-instantiatefunctionobject esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator function expression
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator named function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator named function expression
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator method
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator method (default parameter)
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression async generator method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression async generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: private class expression async generator method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration] 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. // 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) name: private static class expression async generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, async-iteration] 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. // 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 name: private static class expression async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, async-iteration] 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. // 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 name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration] features: [class, class-methods-private, async-iteration]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: private class expression method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding, default-parameters] 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. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: private static class expression generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, generators, destructuring-binding, default-parameters] 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. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: private static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-static-methods-private, generators, destructuring-binding] 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. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding] features: [class, class-methods-private, generators, destructuring-binding]

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: private class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [class, class-methods-private, destructuring-binding] 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. // 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) name: class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: private class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration] 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. // 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) name: private static class expression async generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, async-iteration] 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. // 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 name: private static class expression async generator method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, async-iteration] 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. // 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 name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, async-iteration] features: [class, class-methods-private, async-iteration]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 the V8 project authors. All rights reserved. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: private class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding, default-parameters] 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. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: private static class expression generator method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, generators, destructuring-binding, default-parameters] 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. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: private static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-static-methods-private, generators, destructuring-binding] 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. // Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: private class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [class, class-methods-private, generators, destructuring-binding] features: [class, class-methods-private, generators, destructuring-binding]

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
path: language/statements/const/dstr- path: language/statements/const/dstr/
name: > name: >
`const` statement `const` statement
esid: sec-let-and-const-declarations-runtime-semantics-evaluation 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. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: for statement
esid: sec-for-statement-runtime-semantics-labelledevaluation esid: sec-for-statement-runtime-semantics-labelledevaluation
es6id: 13.7.4.7 es6id: 13.7.4.7

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: for statement
esid: sec-for-statement-runtime-semantics-labelledevaluation esid: sec-for-statement-runtime-semantics-labelledevaluation
es6id: 13.7.4.7 es6id: 13.7.4.7

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: for-of statement
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11 es6id: 13.7.5.11

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: for-of statement
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11 es6id: 13.7.5.11

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: for-of statement
esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation esid: sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation
es6id: 13.7.5.11 es6id: 13.7.5.11

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: for statement
esid: sec-for-statement-runtime-semantics-labelledevaluation esid: sec-for-statement-runtime-semantics-labelledevaluation
es6id: 13.7.4.7 es6id: 13.7.4.7

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: function declaration (default parameter)
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.1.19 es6id: 14.1.19

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: function declaration
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.1.19 es6id: 14.1.19

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: function expression (default parameter)
esid: sec-function-definitions-runtime-semantics-evaluation esid: sec-function-definitions-runtime-semantics-evaluation
es6id: 14.1.20 es6id: 14.1.20

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: function expression
esid: sec-function-definitions-runtime-semantics-evaluation esid: sec-function-definitions-runtime-semantics-evaluation
es6id: 14.1.20 es6id: 14.1.20

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: generator function declaration (default parameter)
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.4.12 es6id: 14.4.12

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: generator function declaration
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.4.12 es6id: 14.4.12

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: generator function expression (default parameter)
esid: sec-generator-function-definitions-runtime-semantics-evaluation esid: sec-generator-function-definitions-runtime-semantics-evaluation
es6id: 14.4.14 es6id: 14.4.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: generator function expression
esid: sec-generator-function-definitions-runtime-semantics-evaluation esid: sec-generator-function-definitions-runtime-semantics-evaluation
es6id: 14.4.14 es6id: 14.4.14

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: generator method
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
es6id: 14.4.13 es6id: 14.4.13

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: generator method (default parameter)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
es6id: 14.4.13 es6id: 14.4.13

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
path: language/statements/let/dstr- path: language/statements/let/dstr/
name: > name: >
`let` statement `let` statement
esid: sec-let-and-const-declarations-runtime-semantics-evaluation 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. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: method (default parameter)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
es6id: 14.3.8 es6id: 14.3.8

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: method
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
es6id: 14.3.8 es6id: 14.3.8

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: try statement
esid: sec-runtime-semantics-catchclauseevaluation esid: sec-runtime-semantics-catchclauseevaluation
es6id: 13.15.7 es6id: 13.15.7

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
path: language/statements/variable/dstr- path: language/statements/variable/dstr/
name: > name: >
`var` statement `var` statement
esid: sec-variable-statement-runtime-semantics-evaluation esid: sec-variable-statement-runtime-semantics-evaluation

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: arrow function expression (default parameter)
esid: sec-arrow-function-definitions-runtime-semantics-evaluation esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16 es6id: 14.2.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: arrow function expression
esid: sec-arrow-function-definitions-runtime-semantics-evaluation esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16 es6id: 14.2.16

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator function declaration (default parameter)
esid: sec-asyncgenerator-definitions-instantiatefunctionobject esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator function declaration
esid: sec-asyncgenerator-definitions-instantiatefunctionobject esid: sec-asyncgenerator-definitions-instantiatefunctionobject
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator function expression
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator named function expression (default parameter)
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator named function expression
esid: sec-asyncgenerator-definitions-evaluation esid: sec-asyncgenerator-definitions-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: async generator method
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: async generator method (default parameter)
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression async generator method (default parameters)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression async generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression async generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
features: [async-iteration] features: [async-iteration]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
features: [async-iteration] features: [async-iteration]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression method (default parameter)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression generator method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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 name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16 es6id: 14.5.16

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // 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) name: static class expression method (default parameter)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15 es6id: 14.5.15

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