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

Function parseBlock

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

Source from the content-addressed store, hash-verified

6579 }
6580
6581 function parseBlock() {
6582 var block, marker = markerCreate();
6583
6584 expect('{');
6585
6586 block = parseStatementList();
6587
6588 expect('}');
6589
6590 return markerApply(marker, delegate.createBlockStatement(block));
6591 }
6592
6593 // 12.2 Variable Statement
6594

Callers 3

parseCatchClauseFunction · 0.85
parseTryStatementFunction · 0.85
parseStatementFunction · 0.85

Calls 4

markerCreateFunction · 0.85
expectFunction · 0.85
parseStatementListFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected