summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update async iteration tests with respect to pending spec changeCaitlin Potter2017-10-041-21/+18
* Added test case to consider rest ordering (#1242)Caio Lima2017-09-261-0/+23
* Change case-files for destructuring-with-yield to not rely on destructuring t...André Bargull2017-09-166-26/+79
* Add Symbol.iterator features flags to test generation filesLeo Balter2017-09-0857-43/+57
* Update test generation files to use verifyProperty instead of legacy helpersLeo Balter2017-09-0853-279/+406
* Add missing Symbol features flagsLeo Balter2017-09-078-7/+8
* Merge pull request #1205 from anba/class-fields-fixesLeo Balter2017-09-0516-31/+57
|\
| * Fix bugs in class-field template and case filesAndré Bargull2017-09-0116-31/+57
* | Fix issues in async generator case filesAndré Bargull2017-09-045-6/+28
|/
* Refactor class fields templates and casesDaniel Ehrenberg2017-08-2444-0/+1401
* Remove remaining cases for ...{Leo Balter2017-08-1814-394/+0
* Merge pull request #1182 from rwaldron/1181Leo Balter2017-08-186-6/+6
|\
| * features: generator => generatorsRick Waldron2017-08-166-6/+6
* | Removes previously missed object rest `...{` cases.Rick Waldron2017-08-183-99/+0
|/
* Remove selection of incorrect async iteration testsRick Waldron2017-07-2110-519/+0
* Revert "Add initial set of class field tests (from V8's test-parsing.cc)"Daniel Ehrenberg2017-07-1346-1262/+0
* Add initial set of class field tests (from V8's test-parsing.cc)Xan López2017-07-1346-0/+1262
* Duplicate src/dstr-assignment/obj-rest-computed-property.case into regular an...Rick Waldron2017-06-282-1/+41
* async-iteration: yield Promise.reject(value) is treated as throw value (rejects)Rick Waldron2017-06-286-0/+180
* Force "early error" tests to fail if evaluatedMike Pennisi2017-06-28125-0/+246
* Remove tests that allow `...{` in object destructuring. Ref gh-1050Rick Waldron2017-06-233-83/+0
* Merge pull request #1045 from caiolima/obj-rest-computed-propLeo Balter2017-06-121-0/+38
|\
| * Adding case to computed propertyCaio Lima2017-05-221-0/+38
* | Remove src/dstr-assignment/default/for-await-of.template (invalid)Rick Waldron2017-06-121-39/+0
* | src/dstr-assignment-async-iteration -> src/dstr-assignment-for-awaitRick Waldron2017-05-31181-0/+0
* | Merge pull request #1039 from rwaldron/dstr-assignment_for-await-ofRick Waldron2017-05-31182-0/+5851
|\ \
| * | for-await-of: dstr-assignment, casesRick Waldron2017-05-17179-479/+3969
| * | for-await-of: dstr-assignment, default templateRick Waldron2017-05-1668-0/+2361
* | | update the async func templates to match async generator templates (error)Rick Waldron2017-05-223-3/+18
* | | src/dstr-binding-async-iteration => src/dstr-binding-for-awaitRick Waldron2017-05-22119-0/+0
* | | Update algorithm step definitionsRick Waldron2017-05-2251-139/+122
* | | Update cases and templates per reviewRick Waldron2017-05-2290-99/+115
* | | Move async-iteration specific dstr-assignment templates into own src directoryRick Waldron2017-05-19119-0/+2760
| |/ |/|
* | Fix features flagsLeo Balter2017-05-1614-14/+14
|/
* Merge pull request #1037 from leobalter/asyncIteratorsRick Waldron2017-05-166-0/+324
|\
| * Add templates for dstr-binding w/ for-await-of looping over async iteratorsLeo Balter2017-05-156-0/+324
* | Assert iterators are consumed - and closed - in dstr patternsLeo Balter2017-05-1514-0/+610
|/
* Merge pull request #1020 from rwaldron/dstr-binding_for-await-of-async-gen-fu...Leo Balter2017-05-126-0/+286
|\
| * for-await-of: dstr-binding, error, async func & async gen templatesRick Waldron2017-05-036-0/+286
* | for-await-of: dstr-binding, async func & async gen templates (update steps)Rick Waldron2017-05-116-24/+24
* | Set a proper length reference to avoid conflict with browsersLeo Balter2017-05-101-3/+3
* | Merge pull request #1017 from anba/expr-lookahead-restrLeo Balter2017-05-0949-0/+1022
|\ \
| * | Add templates for escaped and unescaped 'yield' and 'await' as identifiersAndré Bargull2017-05-0249-0/+1022
* | | Add templates for lexical redeclarations in block- and switch-statementsAndré Bargull2017-05-0456-0/+962
| |/ |/|
* | for-await-of: dstr-binding, async func & async gen templatesRick Waldron2017-05-016-3/+156
|/
* for-await-of: dstr-binding templatesRick Waldron2017-04-283-0/+151
* Remove duplicate caseLeo Balter2017-04-251-21/+0
* Add Async Functions to function templatesLeo Balter2017-04-2129-2/+1029
* remove unused template item for argumentsLeo Balter2017-04-2122-23/+23
* Add async generator templates for the arguments casesLeo Balter2017-04-218-0/+352