From abaf554c2d67135592a588df1a30c4c58fa4c901 Mon Sep 17 00:00:00 2001 From: Leonardo Balter Date: Tue, 14 Mar 2017 13:19:33 -0400 Subject: [PATCH] prefix params cases to dflt- while templates are not set to dlft anymore --- src/params/default/arrow-function.template | 2 +- src/params/default/cls-decl-gen-meth-static.template | 2 +- src/params/default/cls-decl-gen-meth.template | 2 +- src/params/default/cls-decl-meth-static.template | 2 +- src/params/default/cls-decl-meth.template | 2 +- src/params/default/cls-expr-gen-meth-static.template | 2 +- src/params/default/cls-expr-gen-meth.template | 2 +- src/params/default/cls-expr-meth-static.template | 2 +- src/params/default/cls-expr-meth.template | 2 +- src/params/default/func-decl.template | 2 +- src/params/default/func-expr.template | 2 +- src/params/default/gen-func-decl.template | 2 +- src/params/default/gen-func-expr.template | 2 +- src/params/default/gen-meth.template | 2 +- src/params/default/meth.template | 2 +- src/params/{abrupt.case => dflt-abrupt.case} | 0 ...g-val-not-undefined.case => dflt-arg-val-not-undefined.case} | 0 .../{arg-val-undefined.case => dflt-arg-val-undefined.case} | 0 src/params/{duplicates.case => dflt-duplicates.case} | 0 src/params/{ref-later.case => dflt-ref-later.case} | 0 src/params/{ref-prior.case => dflt-ref-prior.case} | 0 src/params/{ref-self.case => dflt-ref-self.case} | 0 src/params/{rest.case => dflt-rest.case} | 0 src/params/error/arrow-function.template | 2 +- src/params/error/cls-decl-gen-meth-static.template | 2 +- src/params/error/cls-decl-gen-meth.template | 2 +- src/params/error/cls-decl-meth-static.template | 2 +- src/params/error/cls-decl-meth.template | 2 +- src/params/error/cls-expr-gen-meth-static.template | 2 +- src/params/error/cls-expr-gen-meth.template | 2 +- src/params/error/cls-expr-meth-static.template | 2 +- src/params/error/cls-expr-meth.template | 2 +- src/params/error/func-decl.template | 2 +- src/params/error/func-expr.template | 2 +- src/params/error/gen-func-decl.template | 2 +- src/params/error/gen-func-expr.template | 2 +- src/params/error/gen-meth.template | 2 +- src/params/error/meth.template | 2 +- src/params/syntax/arrow-function.template | 2 +- src/params/syntax/cls-decl-gen-meth-static.template | 2 +- src/params/syntax/cls-decl-gen-meth.template | 2 +- src/params/syntax/cls-decl-meth-static.template | 2 +- src/params/syntax/cls-decl-meth.template | 2 +- src/params/syntax/cls-expr-gen-meth-static.template | 2 +- src/params/syntax/cls-expr-gen-meth.template | 2 +- src/params/syntax/cls-expr-meth-static.template | 2 +- src/params/syntax/cls-expr-meth.template | 2 +- src/params/syntax/func-decl.template | 2 +- src/params/syntax/func-expr.template | 2 +- src/params/syntax/gen-func-decl.template | 2 +- src/params/syntax/gen-func-expr.template | 2 +- src/params/syntax/gen-meth.template | 2 +- src/params/syntax/meth.template | 2 +- 53 files changed, 45 insertions(+), 45 deletions(-) rename src/params/{abrupt.case => dflt-abrupt.case} (100%) rename src/params/{arg-val-not-undefined.case => dflt-arg-val-not-undefined.case} (100%) rename src/params/{arg-val-undefined.case => dflt-arg-val-undefined.case} (100%) rename src/params/{duplicates.case => dflt-duplicates.case} (100%) rename src/params/{ref-later.case => dflt-ref-later.case} (100%) rename src/params/{ref-prior.case => dflt-ref-prior.case} (100%) rename src/params/{ref-self.case => dflt-ref-self.case} (100%) rename src/params/{rest.case => dflt-rest.case} (100%) diff --git a/src/params/default/arrow-function.template b/src/params/default/arrow-function.template index d6b94de60a..725c6cf187 100644 --- a/src/params/default/arrow-function.template +++ b/src/params/default/arrow-function.template @@ -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/params-dflt- +path: language/expressions/arrow-function/params- name: arrow function expression esid: sec-arrow-function-definitions-runtime-semantics-evaluation es6id: 14.2.16 diff --git a/src/params/default/cls-decl-gen-meth-static.template b/src/params/default/cls-decl-gen-meth-static.template index a617fc6d6f..5d284d9bf8 100644 --- a/src/params/default/cls-decl-gen-meth-static.template +++ b/src/params/default/cls-decl-gen-meth-static.template @@ -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/params-dflt-gen-meth-static- +path: language/statements/class/params-gen-meth-static- name: static class expression generator method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/default/cls-decl-gen-meth.template b/src/params/default/cls-decl-gen-meth.template index ba80c6ecd2..877f483ed0 100644 --- a/src/params/default/cls-decl-gen-meth.template +++ b/src/params/default/cls-decl-gen-meth.template @@ -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/params-dflt-gen-meth- +path: language/statements/class/params-gen-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/default/cls-decl-meth-static.template b/src/params/default/cls-decl-meth-static.template index 637db4ac8d..248856e440 100644 --- a/src/params/default/cls-decl-meth-static.template +++ b/src/params/default/cls-decl-meth-static.template @@ -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/params-dflt-meth-static- +path: language/statements/class/params-meth-static- name: static class expression method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/default/cls-decl-meth.template b/src/params/default/cls-decl-meth.template index 9c5eabaa95..c115dec274 100644 --- a/src/params/default/cls-decl-meth.template +++ b/src/params/default/cls-decl-meth.template @@ -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/params-dflt-meth- +path: language/statements/class/params-meth- name: class expression method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/default/cls-expr-gen-meth-static.template b/src/params/default/cls-expr-gen-meth-static.template index 1964116f89..b655b61f69 100644 --- a/src/params/default/cls-expr-gen-meth-static.template +++ b/src/params/default/cls-expr-gen-meth-static.template @@ -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/params-dflt-gen-meth-static- +path: language/expressions/class/params-gen-meth-static- name: static class expression generator method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/default/cls-expr-gen-meth.template b/src/params/default/cls-expr-gen-meth.template index a02781a19d..2bcd9a8826 100644 --- a/src/params/default/cls-expr-gen-meth.template +++ b/src/params/default/cls-expr-gen-meth.template @@ -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/params-dflt-gen-meth- +path: language/expressions/class/params-gen-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/default/cls-expr-meth-static.template b/src/params/default/cls-expr-meth-static.template index 1906dc9d1f..370f93e0f3 100644 --- a/src/params/default/cls-expr-meth-static.template +++ b/src/params/default/cls-expr-meth-static.template @@ -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/params-dflt-meth-static- +path: language/expressions/class/params-meth-static- name: static class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/default/cls-expr-meth.template b/src/params/default/cls-expr-meth.template index 0220880d47..5eb2f548e9 100644 --- a/src/params/default/cls-expr-meth.template +++ b/src/params/default/cls-expr-meth.template @@ -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/params-dflt-meth- +path: language/expressions/class/params-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/default/func-decl.template b/src/params/default/func-decl.template index d6cdb614b6..eca0735f2c 100644 --- a/src/params/default/func-decl.template +++ b/src/params/default/func-decl.template @@ -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/params-dflt- +path: language/statements/function/params- name: function declaration esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject es6id: 14.1.19 diff --git a/src/params/default/func-expr.template b/src/params/default/func-expr.template index 75cbfecf45..525930ab7d 100644 --- a/src/params/default/func-expr.template +++ b/src/params/default/func-expr.template @@ -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/params-dflt- +path: language/expressions/function/params- name: function expression esid: sec-function-definitions-runtime-semantics-evaluation es6id: 14.1.20 diff --git a/src/params/default/gen-func-decl.template b/src/params/default/gen-func-decl.template index c3d38a3761..e4a1818e7c 100644 --- a/src/params/default/gen-func-decl.template +++ b/src/params/default/gen-func-decl.template @@ -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/params-dflt- +path: language/statements/generators/params- name: generator function declaration esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject es6id: 14.4.12 diff --git a/src/params/default/gen-func-expr.template b/src/params/default/gen-func-expr.template index c95d116be6..303888c9b0 100644 --- a/src/params/default/gen-func-expr.template +++ b/src/params/default/gen-func-expr.template @@ -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/params-dflt- +path: language/expressions/generators/params- name: generator function expression esid: sec-generator-function-definitions-runtime-semantics-evaluation es6id: 14.4.14 diff --git a/src/params/default/gen-meth.template b/src/params/default/gen-meth.template index a302e61601..5c40373b3b 100644 --- a/src/params/default/gen-meth.template +++ b/src/params/default/gen-meth.template @@ -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/method-definition/params-dflt-gen-meth- +path: language/expressions/object/method-definition/params-gen-meth- name: generator method esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation es6id: 14.4.13 diff --git a/src/params/default/meth.template b/src/params/default/meth.template index 48f25bdfd0..aaea3c73f4 100644 --- a/src/params/default/meth.template +++ b/src/params/default/meth.template @@ -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/method-definition/params-dflt-meth- +path: language/expressions/object/method-definition/params-meth- name: method esid: sec-runtime-semantics-definemethod es6id: 14.3.8 diff --git a/src/params/abrupt.case b/src/params/dflt-abrupt.case similarity index 100% rename from src/params/abrupt.case rename to src/params/dflt-abrupt.case diff --git a/src/params/arg-val-not-undefined.case b/src/params/dflt-arg-val-not-undefined.case similarity index 100% rename from src/params/arg-val-not-undefined.case rename to src/params/dflt-arg-val-not-undefined.case diff --git a/src/params/arg-val-undefined.case b/src/params/dflt-arg-val-undefined.case similarity index 100% rename from src/params/arg-val-undefined.case rename to src/params/dflt-arg-val-undefined.case diff --git a/src/params/duplicates.case b/src/params/dflt-duplicates.case similarity index 100% rename from src/params/duplicates.case rename to src/params/dflt-duplicates.case diff --git a/src/params/ref-later.case b/src/params/dflt-ref-later.case similarity index 100% rename from src/params/ref-later.case rename to src/params/dflt-ref-later.case diff --git a/src/params/ref-prior.case b/src/params/dflt-ref-prior.case similarity index 100% rename from src/params/ref-prior.case rename to src/params/dflt-ref-prior.case diff --git a/src/params/ref-self.case b/src/params/dflt-ref-self.case similarity index 100% rename from src/params/ref-self.case rename to src/params/dflt-ref-self.case diff --git a/src/params/rest.case b/src/params/dflt-rest.case similarity index 100% rename from src/params/rest.case rename to src/params/dflt-rest.case diff --git a/src/params/error/arrow-function.template b/src/params/error/arrow-function.template index 80e76e09b3..e56377ab94 100644 --- a/src/params/error/arrow-function.template +++ b/src/params/error/arrow-function.template @@ -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/params-dflt- +path: language/expressions/arrow-function/params- name: arrow function expression esid: sec-arrow-function-definitions-runtime-semantics-evaluation es6id: 14.2.16 diff --git a/src/params/error/cls-decl-gen-meth-static.template b/src/params/error/cls-decl-gen-meth-static.template index 91132c062e..e05e4b3d33 100644 --- a/src/params/error/cls-decl-gen-meth-static.template +++ b/src/params/error/cls-decl-gen-meth-static.template @@ -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/params-dflt-gen-meth-static- +path: language/statements/class/params-gen-meth-static- name: static class expression generator method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/error/cls-decl-gen-meth.template b/src/params/error/cls-decl-gen-meth.template index a27716832b..84b5389fc0 100644 --- a/src/params/error/cls-decl-gen-meth.template +++ b/src/params/error/cls-decl-gen-meth.template @@ -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/params-dflt-gen-meth- +path: language/statements/class/params-gen-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/error/cls-decl-meth-static.template b/src/params/error/cls-decl-meth-static.template index 204380ef36..197efa6b4c 100644 --- a/src/params/error/cls-decl-meth-static.template +++ b/src/params/error/cls-decl-meth-static.template @@ -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/params-dflt-meth-static- +path: language/statements/class/params-meth-static- name: static class expression method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/error/cls-decl-meth.template b/src/params/error/cls-decl-meth.template index 3242269590..c9517e4663 100644 --- a/src/params/error/cls-decl-meth.template +++ b/src/params/error/cls-decl-meth.template @@ -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/params-dflt-meth- +path: language/statements/class/params-meth- name: class expression method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/error/cls-expr-gen-meth-static.template b/src/params/error/cls-expr-gen-meth-static.template index 9c43e710f6..1b36e160e4 100644 --- a/src/params/error/cls-expr-gen-meth-static.template +++ b/src/params/error/cls-expr-gen-meth-static.template @@ -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/params-dflt-gen-meth-static- +path: language/expressions/class/params-gen-meth-static- name: static class expression generator method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/error/cls-expr-gen-meth.template b/src/params/error/cls-expr-gen-meth.template index f1603cf651..e1c22d5a54 100644 --- a/src/params/error/cls-expr-gen-meth.template +++ b/src/params/error/cls-expr-gen-meth.template @@ -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/params-dflt-gen-meth- +path: language/expressions/class/params-gen-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/error/cls-expr-meth-static.template b/src/params/error/cls-expr-meth-static.template index 05bed0933b..554c4d8222 100644 --- a/src/params/error/cls-expr-meth-static.template +++ b/src/params/error/cls-expr-meth-static.template @@ -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/params-dflt-meth-static- +path: language/expressions/class/params-meth-static- name: static class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/error/cls-expr-meth.template b/src/params/error/cls-expr-meth.template index b89ff9944f..c0a2942c5c 100644 --- a/src/params/error/cls-expr-meth.template +++ b/src/params/error/cls-expr-meth.template @@ -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/params-dflt-meth- +path: language/expressions/class/params-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/error/func-decl.template b/src/params/error/func-decl.template index 81e5da3712..4d7eeb10f4 100644 --- a/src/params/error/func-decl.template +++ b/src/params/error/func-decl.template @@ -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/params-dflt- +path: language/statements/function/params- name: function declaration esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject es6id: 14.1.19 diff --git a/src/params/error/func-expr.template b/src/params/error/func-expr.template index 2d38723ca1..0f31508fc0 100644 --- a/src/params/error/func-expr.template +++ b/src/params/error/func-expr.template @@ -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/params-dflt- +path: language/expressions/function/params- name: function expression esid: sec-function-definitions-runtime-semantics-evaluation es6id: 14.1.20 diff --git a/src/params/error/gen-func-decl.template b/src/params/error/gen-func-decl.template index 74d7e3e33b..d3a4c204c2 100644 --- a/src/params/error/gen-func-decl.template +++ b/src/params/error/gen-func-decl.template @@ -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/params-dflt- +path: language/statements/generators/params- name: generator function declaration esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject es6id: 14.4.12 diff --git a/src/params/error/gen-func-expr.template b/src/params/error/gen-func-expr.template index 950d3e132b..7c550a0d5b 100644 --- a/src/params/error/gen-func-expr.template +++ b/src/params/error/gen-func-expr.template @@ -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/params-dflt- +path: language/expressions/generators/params- name: generator function expression esid: sec-generator-function-definitions-runtime-semantics-evaluation es6id: 14.4.14 diff --git a/src/params/error/gen-meth.template b/src/params/error/gen-meth.template index 3862e08507..1c1597ef5d 100644 --- a/src/params/error/gen-meth.template +++ b/src/params/error/gen-meth.template @@ -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/method-definition/params-dflt-gen-meth- +path: language/expressions/object/method-definition/params-gen-meth- name: generator method esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation es6id: 14.4.13 diff --git a/src/params/error/meth.template b/src/params/error/meth.template index 3683dbbedf..694adc88a9 100644 --- a/src/params/error/meth.template +++ b/src/params/error/meth.template @@ -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/method-definition/params-dflt-meth- +path: language/expressions/object/method-definition/params-meth- name: method esid: sec-runtime-semantics-definemethod es6id: 14.3.8 diff --git a/src/params/syntax/arrow-function.template b/src/params/syntax/arrow-function.template index 46f6eabab0..a4db919e21 100644 --- a/src/params/syntax/arrow-function.template +++ b/src/params/syntax/arrow-function.template @@ -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/params-dflt- +path: language/expressions/arrow-function/params- name: arrow function expression esid: sec-arrow-function-definitions-runtime-semantics-evaluation es6id: 14.2.16 diff --git a/src/params/syntax/cls-decl-gen-meth-static.template b/src/params/syntax/cls-decl-gen-meth-static.template index 50414c1ada..2286a75905 100644 --- a/src/params/syntax/cls-decl-gen-meth-static.template +++ b/src/params/syntax/cls-decl-gen-meth-static.template @@ -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/params-dflt-gen-meth-static- +path: language/statements/class/params-gen-meth-static- name: static class expression generator method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/syntax/cls-decl-gen-meth.template b/src/params/syntax/cls-decl-gen-meth.template index fe6c086403..e110d5f9a8 100644 --- a/src/params/syntax/cls-decl-gen-meth.template +++ b/src/params/syntax/cls-decl-gen-meth.template @@ -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/params-dflt-gen-meth- +path: language/statements/class/params-gen-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/syntax/cls-decl-meth-static.template b/src/params/syntax/cls-decl-meth-static.template index b3c8b8709d..f627d88d89 100644 --- a/src/params/syntax/cls-decl-meth-static.template +++ b/src/params/syntax/cls-decl-meth-static.template @@ -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/params-dflt-meth-static- +path: language/statements/class/params-meth-static- name: static class expression method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/syntax/cls-decl-meth.template b/src/params/syntax/cls-decl-meth.template index f6cdd67e5d..94fbbca6be 100644 --- a/src/params/syntax/cls-decl-meth.template +++ b/src/params/syntax/cls-decl-meth.template @@ -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/params-dflt-meth- +path: language/statements/class/params-meth- name: class expression method esid: sec-runtime-semantics-bindingclassdeclarationevaluation es6id: 14.5.15 diff --git a/src/params/syntax/cls-expr-gen-meth-static.template b/src/params/syntax/cls-expr-gen-meth-static.template index dad8668991..46d11dfbe1 100644 --- a/src/params/syntax/cls-expr-gen-meth-static.template +++ b/src/params/syntax/cls-expr-gen-meth-static.template @@ -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/params-dflt-gen-meth-static- +path: language/expressions/class/params-gen-meth-static- name: static class expression generator method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/syntax/cls-expr-gen-meth.template b/src/params/syntax/cls-expr-gen-meth.template index 6557296226..783da77f0d 100644 --- a/src/params/syntax/cls-expr-gen-meth.template +++ b/src/params/syntax/cls-expr-gen-meth.template @@ -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/params-dflt-gen-meth- +path: language/expressions/class/params-gen-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/syntax/cls-expr-meth-static.template b/src/params/syntax/cls-expr-meth-static.template index f90fa8dccb..815e07d67e 100644 --- a/src/params/syntax/cls-expr-meth-static.template +++ b/src/params/syntax/cls-expr-meth-static.template @@ -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/params-dflt-meth-static- +path: language/expressions/class/params-meth-static- name: static class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/syntax/cls-expr-meth.template b/src/params/syntax/cls-expr-meth.template index 88f862d083..b79ec9c7df 100644 --- a/src/params/syntax/cls-expr-meth.template +++ b/src/params/syntax/cls-expr-meth.template @@ -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/params-dflt-meth- +path: language/expressions/class/params-meth- name: class expression method esid: sec-class-definitions-runtime-semantics-evaluation es6id: 14.5.16 diff --git a/src/params/syntax/func-decl.template b/src/params/syntax/func-decl.template index 601a9826b2..a2366f7baa 100644 --- a/src/params/syntax/func-decl.template +++ b/src/params/syntax/func-decl.template @@ -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/params-dflt- +path: language/statements/function/params- name: function declaration esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject es6id: 14.1.19 diff --git a/src/params/syntax/func-expr.template b/src/params/syntax/func-expr.template index 8407f2df2a..bc5c878588 100644 --- a/src/params/syntax/func-expr.template +++ b/src/params/syntax/func-expr.template @@ -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/params-dflt- +path: language/expressions/function/params- name: function expression esid: sec-function-definitions-runtime-semantics-evaluation es6id: 14.1.20 diff --git a/src/params/syntax/gen-func-decl.template b/src/params/syntax/gen-func-decl.template index 79b7683c96..36f3050e89 100644 --- a/src/params/syntax/gen-func-decl.template +++ b/src/params/syntax/gen-func-decl.template @@ -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/params-dflt- +path: language/statements/generators/params- name: generator function declaration esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject es6id: 14.4.12 diff --git a/src/params/syntax/gen-func-expr.template b/src/params/syntax/gen-func-expr.template index 0ef6dbe35a..ae6d335718 100644 --- a/src/params/syntax/gen-func-expr.template +++ b/src/params/syntax/gen-func-expr.template @@ -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/params-dflt- +path: language/expressions/generators/params- name: generator function expression esid: sec-generator-function-definitions-runtime-semantics-evaluation es6id: 14.4.14 diff --git a/src/params/syntax/gen-meth.template b/src/params/syntax/gen-meth.template index f9125cff59..7ca68bf5d8 100644 --- a/src/params/syntax/gen-meth.template +++ b/src/params/syntax/gen-meth.template @@ -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/method-definition/params-dflt-gen-meth- +path: language/expressions/object/method-definition/params-gen-meth- name: generator method esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation es6id: 14.4.13 diff --git a/src/params/syntax/meth.template b/src/params/syntax/meth.template index b9f3c83109..427c272d42 100644 --- a/src/params/syntax/meth.template +++ b/src/params/syntax/meth.template @@ -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/method-definition/params-dflt-meth- +path: language/expressions/object/method-definition/params-meth- name: method esid: sec-runtime-semantics-definemethod es6id: 14.3.8