-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
What does [Yield, Await] mean in ECMA262 documentation? #1872
Comments
The meaning of these is specified in 5.1.5 Grammar Notation, part way down where it states
and further down it talks about the |
Thank you, I'll read that part and try to grasp what it explains |
To summarize, these are called parameters (or sometimes, in other documents, flags), and they can appear in three places:
For a concrete example, a regular By contrast, a regular |
The documentation is clear and easy to understand, mostly. However, some sections are quite hard to understand for me because of some signs that I can't guess their meaning.
For example,
In this example, what does
Yield
,Await
orDefault
mean and what are those+
and~
signs for?The text was updated successfully, but these errors were encountered: