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

Function parseForVariableDeclaration

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

Source from the content-addressed store, hash-verified

7503 }
7504
7505 function parseForVariableDeclaration() {
7506 var marker = markerCreate(),
7507 token = lex(),
7508 declarations = parseVariableDeclarationList();
7509
7510 return markerApply(marker, delegate.createVariableDeclaration(declarations, token.value));
7511 }
7512
7513 function parseForStatement(opts) {
7514 var init, test, update, left, right, body, operator, oldInIteration,

Callers 1

parseForStatementFunction · 0.85

Calls 4

markerCreateFunction · 0.85
lexFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected