MCPcopy Index your code
hub / github.com/reactjs/react-rails / parseNonComputedProperty

Function parseNonComputedProperty

lib/assets/javascripts/JSXTransformer.js:5920–5929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5918 }
5919
5920 function parseNonComputedProperty() {
5921 var marker = markerCreate(),
5922 token = lex();
5923
5924 if (!isIdentifierName(token)) {
5925 throwUnexpected(token);
5926 }
5927
5928 return markerApply(marker, delegate.createIdentifier(token.value));
5929 }
5930
5931 function parseNonComputedMember() {
5932 expect('.');

Callers 6

parseNonComputedMemberFunction · 0.85
parseVariableDeclarationFunction · 0.85
parseExportSpecifierFunction · 0.85
parseImportSpecifierFunction · 0.85

Calls 5

markerCreateFunction · 0.85
lexFunction · 0.85
isIdentifierNameFunction · 0.85
throwUnexpectedFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected