MCPcopy Index your code
hub / github.com/nodejs/node / parseAwaitExpression

Function parseAwaitExpression

test/fixtures/snapshot/typescript.js:34912–34915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34910 return false;
34911 }
34912 function parseAwaitExpression() {
34913 var pos = getNodePos();
34914 return finishNode(factory.createAwaitExpression(nextTokenAnd(parseSimpleUnaryExpression)), pos);
34915 }
34916 /**
34917 * Parse ES7 exponential expression and await expression
34918 *

Callers 1

Calls 3

getNodePosFunction · 0.85
finishNodeFunction · 0.85
nextTokenAndFunction · 0.85

Tested by

no test coverage detected