MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseNonComputedProperty

Function parseNonComputedProperty

docs/app/js/sanddance-app.js:144211–144216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144209 return args;
144210}
144211function parseNonComputedProperty() {
144212 index = lookahead.start;
144213 const token = lex();
144214 if (!isIdentifierName(token)) throwUnexpected(token);
144215 return finishIdentifier(token.value);
144216}
144217function parseNonComputedMember() {
144218 expect(".");
144219 return parseNonComputedProperty();

Callers 1

parseNonComputedMemberFunction · 0.70

Calls 4

lexFunction · 0.70
isIdentifierNameFunction · 0.70
throwUnexpectedFunction · 0.70
finishIdentifierFunction · 0.70

Tested by

no test coverage detected