MCPcopy Index your code
hub / github.com/jquery/esprima / parseAsyncArgument

Method parseAsyncArgument

src/parser.ts:1210–1214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1208 }
1209
1210 parseAsyncArgument() {
1211 const arg = this.parseAssignmentExpression();
1212 this.context.firstCoverInitializedNameError = null;
1213 return arg;
1214 }
1215
1216 parseAsyncArguments(): Node.ArgumentListElement[] {
1217 this.expect('(');

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected