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

Reorganize target folders - src/dstr-binding

parent 5ce0d4ec
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
// 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
......
// 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
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
......@@ -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]
......
// 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
......
// 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment