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

Function parseNonComputedProperty

docs/tests/v2/es6/js/sanddance.js:129102–129112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129100}
129101
129102function parseNonComputedProperty() {
129103 var token;
129104 index = lookahead.start;
129105 token = lex();
129106
129107 if (!isIdentifierName(token)) {
129108 throwUnexpected(token);
129109 }
129110
129111 return finishIdentifier(token.value);
129112}
129113
129114function parseNonComputedMember() {
129115 expect('.');

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