summaryrefslogtreecommitdiff
path: root/test/built-ins/GeneratorFunction/has-instance.js
Commit message (Collapse)AuthorAgeFilesLines
* built-ins/Generator*: make all indentation consistent (depth & character) ↵Rick Waldron2018-02-151-2/+2
| | | | (#1441)
* Revert "js-beautify: make all indentation consistent (depth & character) ↵André Bargull2018-02-091-2/+2
| | | | | (#1409)" (#1412) This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34.
* js-beautify: make all indentation consistent (depth & character) (#1409)Rick Waldron2018-02-091-2/+2
|
* Add generators flags for tests depending on generators features (#1259)Leo Balter2017-10-041-0/+1
| | | | | | | | | | * Add missing generators feature flags * Generate files * Add generators flags * fixup! Add generators flags
* Import tests from Google V8 (generators semantics)Mike Pennisi2015-05-071-0/+33
These tests are derived from the following files within the Google V8 project: test/mjsunit/es6/generators-iteration.js test/mjsunit/es6/generators-objects.js test/mjsunit/es6/generators-runtime.js test/mjsunit/es6/generators-states.js