Skip to content
Snippets Groups Projects
Unverified Commit c017b428 authored by Leonardo Balter's avatar Leonardo Balter
Browse files

Generate tests

parent abaf554c
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 40 deletions
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case // - src/params/dflt-ref-later.case
// - src/dflt-params/error/gen-meth.template // - src/params/error/gen-meth.template
/*--- /*---
description: Referencing a parameter that occurs later in the ParameterList (generator method) description: Referencing a parameter that occurs later in the ParameterList (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case // - src/params/dflt-ref-prior.case
// - src/dflt-params/default/gen-meth.template // - src/params/default/gen-meth.template
/*--- /*---
description: Referencing a parameter that occurs earlier in the ParameterList (generator method) description: Referencing a parameter that occurs earlier in the ParameterList (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case // - src/params/dflt-ref-self.case
// - src/dflt-params/error/gen-meth.template // - src/params/error/gen-meth.template
/*--- /*---
description: Referencing a parameter from within its own initializer (generator method) description: Referencing a parameter from within its own initializer (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case // - src/params/dflt-rest.case
// - src/dflt-params/syntax/gen-meth.template // - src/params/syntax/gen-meth.template
/*--- /*---
description: RestParameter does not support an initializer (generator method) description: RestParameter does not support an initializer (generator method)
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case // - src/params/dflt-abrupt.case
// - src/dflt-params/error/meth.template // - src/params/error/meth.template
/*--- /*---
description: Abrupt completion returned by evaluation of initializer (method) description: Abrupt completion returned by evaluation of initializer (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case // - src/params/dflt-arg-val-not-undefined.case
// - src/dflt-params/default/meth.template // - src/params/default/meth.template
/*--- /*---
description: Use of intializer when argument value is not `undefined` (method) description: Use of intializer when argument value is not `undefined` (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case // - src/params/dflt-arg-val-undefined.case
// - src/dflt-params/default/meth.template // - src/params/default/meth.template
/*--- /*---
description: Use of intializer when argument value is `undefined` (method) description: Use of intializer when argument value is `undefined` (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case // - src/params/dflt-duplicates.case
// - src/dflt-params/syntax/meth.template // - src/params/syntax/meth.template
/*--- /*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (method) description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case // - src/params/dflt-ref-later.case
// - src/dflt-params/error/meth.template // - src/params/error/meth.template
/*--- /*---
description: Referencing a parameter that occurs later in the ParameterList (method) description: Referencing a parameter that occurs later in the ParameterList (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case // - src/params/dflt-ref-prior.case
// - src/dflt-params/default/meth.template // - src/params/default/meth.template
/*--- /*---
description: Referencing a parameter that occurs earlier in the ParameterList (method) description: Referencing a parameter that occurs earlier in the ParameterList (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case // - src/params/dflt-ref-self.case
// - src/dflt-params/error/meth.template // - src/params/error/meth.template
/*--- /*---
description: Referencing a parameter from within its own initializer (method) description: Referencing a parameter from within its own initializer (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case // - src/params/dflt-rest.case
// - src/dflt-params/syntax/meth.template // - src/params/syntax/meth.template
/*--- /*---
description: RestParameter does not support an initializer (method) description: RestParameter does not support an initializer (method)
esid: sec-runtime-semantics-definemethod esid: sec-runtime-semantics-definemethod
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/abrupt.case // - src/params/dflt-abrupt.case
// - src/dflt-params/error/cls-decl-gen-meth.template // - src/params/error/cls-decl-gen-meth.template
/*--- /*---
description: Abrupt completion returned by evaluation of initializer (class expression method) description: Abrupt completion returned by evaluation of initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-not-undefined.case // - src/params/dflt-arg-val-not-undefined.case
// - src/dflt-params/default/cls-decl-gen-meth.template // - src/params/default/cls-decl-gen-meth.template
/*--- /*---
description: Use of intializer when argument value is not `undefined` (class expression method) description: Use of intializer when argument value is not `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/arg-val-undefined.case // - src/params/dflt-arg-val-undefined.case
// - src/dflt-params/default/cls-decl-gen-meth.template // - src/params/default/cls-decl-gen-meth.template
/*--- /*---
description: Use of intializer when argument value is `undefined` (class expression method) description: Use of intializer when argument value is `undefined` (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/duplicates.case // - src/params/dflt-duplicates.case
// - src/dflt-params/syntax/cls-decl-gen-meth.template // - src/params/syntax/cls-decl-gen-meth.template
/*--- /*---
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method) description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-later.case // - src/params/dflt-ref-later.case
// - src/dflt-params/error/cls-decl-gen-meth.template // - src/params/error/cls-decl-gen-meth.template
/*--- /*---
description: Referencing a parameter that occurs later in the ParameterList (class expression method) description: Referencing a parameter that occurs later in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-prior.case // - src/params/dflt-ref-prior.case
// - src/dflt-params/default/cls-decl-gen-meth.template // - src/params/default/cls-decl-gen-meth.template
/*--- /*---
description: Referencing a parameter that occurs earlier in the ParameterList (class expression method) description: Referencing a parameter that occurs earlier in the ParameterList (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/ref-self.case // - src/params/dflt-ref-self.case
// - src/dflt-params/error/cls-decl-gen-meth.template // - src/params/error/cls-decl-gen-meth.template
/*--- /*---
description: Referencing a parameter from within its own initializer (class expression method) description: Referencing a parameter from within its own initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
// This file was procedurally generated from the following sources: // This file was procedurally generated from the following sources:
// - src/dflt-params/rest.case // - src/params/dflt-rest.case
// - src/dflt-params/syntax/cls-decl-gen-meth.template // - src/params/syntax/cls-decl-gen-meth.template
/*--- /*---
description: RestParameter does not support an initializer (class expression method) description: RestParameter does not support an initializer (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation esid: sec-class-definitions-runtime-semantics-evaluation
......
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