Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normative: add async iteration #1066

Merged
merged 44 commits into from
Feb 15, 2018
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e94a501
Normative: Add AsyncIteration
Jan 11, 2018
65f2d54
Add missing abstract-operations.html contents
domenic Jan 12, 2018
4fb3658
Remove <ins> from headings
domenic Jan 12, 2018
da2a1b5
Replace AsyncFunctionAwait with Await
domenic Jan 12, 2018
62f9921
Update GetIterator call sites
domenic Jan 12, 2018
f25deb0
Fix missed IteratorClose patch
domenic Jan 12, 2018
a595be5
Remove extra wrapper around new common iteration interfaces
domenic Jan 12, 2018
0b99361
Fix wrong heading
domenic Jan 12, 2018
96cbba7
Fix misplaced well-known symbol
domenic Jan 12, 2018
5343371
Move AsyncIteratorClose after IteratorClose
domenic Jan 12, 2018
cbfa108
Add missing change to intro of ForIn/OfHeadEvaluation
domenic Jan 12, 2018
5a9326f
Move Symbol.asyncIterator
domenic Jan 12, 2018
9da5f0b
Move Iteration control abstraction objects into that section
domenic Jan 12, 2018
c6d3c24
Another small fix for AsyncGeneratorFunction section
domenic Jan 12, 2018
ef1435c
Apply "Miscellaneous Patches" everywhere
domenic Jan 12, 2018
2512577
Editorial: fix assert missing 'async generator' alternative.
bterlson Feb 13, 2018
d31a4de
Editorial: badIteratorError --> invalidIteratorError
bterlson Feb 14, 2018
3daca01
Editorial: use proper optional arg style
bterlson Feb 14, 2018
ac7ab82
Editorial: remove duplicate definition of return statement and out of…
bterlson Feb 14, 2018
a28b90b
Editorial: Make AsyncGeneratorDeclaration a HoistableDeclaration
jmdyck Feb 2, 2018
c40e0da
Editorial: Add "type="definition" to the main new <emu-grammar>
jmdyck Feb 2, 2018
038fb17
Editorial: add `async` keyword to lots of non-defining productions
jmdyck Feb 2, 2018
fe36ba1
Editorial: change AsyncGeneratorDeclaration to AsyncGeneratorExpression
jmdyck Feb 2, 2018
5d1afb3
Markup: fix a well-formedness error
jmdyck Feb 2, 2018
d4ab5db
Editorial: change title of CreateAsyncFromSyncIterator clause
jmdyck Feb 2, 2018
9d57420
Markup: entity-encode &laquo; and &raquo;
jmdyck Feb 2, 2018
4caf147
Editorial: "was not passed" -> "is not present"
jmdyck Feb 2, 2018
b7c261f
Editorial: "the `this` value" -> "the *this* value"
jmdyck Feb 2, 2018
3267bc1
Editorial: normalize syntax of 'if' steps
jmdyck Feb 2, 2018
c02f03c
Editorial: insert dot at end of step
jmdyck Feb 2, 2018
a854d4b
Editorial: "*TypeError* exception" -> "*TypeError* object"
jmdyck Feb 2, 2018
201f9cd
Editorial: fix error name regression introduced by cherry-pick
bterlson Feb 14, 2018
f98cffa
Editorial: use CreateBuiltinFunction()
jmdyck Feb 14, 2018
134cf5e
Editorial: Delete extra space.
jmdyck Feb 14, 2018
79c0d4e
Editorial: fix malformed parameter name
jmdyck Feb 14, 2018
83974e0
Editorial: add _iterationKind_ to ForIn/OfBodyEvaluation's preamble
jmdyck Feb 14, 2018
5340201
Editorial: "production" -> "Parse Node"
jmdyck Feb 14, 2018
57300e4
Editorial: put "!" before "NewPromiseCapability(%Promise%)"
jmdyck Feb 14, 2018
a6aed7b
Editorial: insert missing _iterationKind_ argument
jmdyck Feb 14, 2018
4abc04a
Editorial: "let" -> "set"
jmdyck Feb 14, 2018
2a48872
Editorial: _FunctionBody_ -> |FunctionBody|
jmdyck Feb 14, 2018
f3c9c78
Editorial: _innerResult_ -> _innerReturnResult_
jmdyck Feb 14, 2018
3e81f71
Editorial: ~normal~ -> ~sync~
jmdyck Feb 14, 2018
2b4e469
Editorial: add assert to GetIterator
bterlson Feb 14, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading