We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
伴有参数 functionObject 和 List argumentsList。
伴有参数 scope。
注意:任何匿名 AsyncGeneratorDeclaration 只能作为 export default 声明的一部分出现
export default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
异步 Generator 函数定义 和 异步箭头函数定义
异步 Generator EvaluateBody
伴有参数 functionObject 和 List argumentsList。
AsyncGeneratorBody : FunctionBody
异步 Generator 实例化函数对象
伴有参数 scope。
AsyncGeneratorDeclaration : async function * 绑定标识符 ( 形参 ) { AsyncGeneratorBody }
AsyncGeneratorDeclaration : async function * ( 形参 ) { AsyncGeneratorBody }
异步 Generator 求值
AsyncGeneratorExpression : async function * ( 形参 ) { AsyncGeneratorBody }
AsyncGeneratorExpression : async function * 绑定标识符 ( 形参 ) { AsyncGeneratorBody }
异步箭头函数 BoundNames
CoverCallExpressionAndAsyncArrowHead : MemberExpression Arguments
异步箭头函数 EvaluateBody
伴有参数 functionObject 和 List argumentsList。
AsyncConciseBody : ExpressionBody
异步箭头函数 求值
AsyncArrowFunction : async AsyncArrowBindingIdentifier => AsyncConciseBody
AsyncArrowFunction : CoverCallExpressionAndAsyncArrowHead => AsyncConciseBody
The text was updated successfully, but these errors were encountered: