test262/test/built-ins/GeneratorFunction
jugglinmike fce8b5852d Extend coverage for Section 25 - Generators (#700)
* Improve tests for GeneratorPrototype methods

- Assert return values more consistently
- Expand tests for constraints on `this` value

* Add more tests for dynamic GeneratorFunctions

* Add more tests for GenerationFunction.prototype

* Add more tests for the GeneratorFunction object

* Extend test: GeneratorFunction.prototype.prototype

* Improve precision of tests for generator methods

Extend existing assertions to explicitly verify that execution halts at
the intended location. Correct tests which were previously asserting
this behavior in contexts that did not match their name/description.

* Remove unused variables

* fixup! Improve tests for GeneratorPrototype methods

* fixup! Improve tests for GeneratorPrototype methods
2016-07-01 11:24:27 -07:00
..
prototype Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
extensibility.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
has-instance.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
instance-length.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
instance-name.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
instance-prototype.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
instance-restricted-properties.js Re-organize generator tests 2015-07-09 15:07:19 -04:00
instance-yield-expr-in-param.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
invoked-as-constructor-no-arguments.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
invoked-as-function-multiple-arguments.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
invoked-as-function-no-arguments.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
invoked-as-function-single-argument.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
length.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
name.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00