MCPcopy
hub / github.com/mobxjs/mobx / parseBlock

Function parseBlock

docs/assets/getting-started-assets/javascripts/JSXTransformer.js:7340–7351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7338 }
7339
7340 function parseBlock() {
7341 var block,
7342 marker = markerCreate()
7343
7344 expect("{")
7345
7346 block = parseStatementList()
7347
7348 expect("}")
7349
7350 return markerApply(marker, delegate.createBlockStatement(block))
7351 }
7352
7353 // 12.2 Variable Statement
7354

Callers 3

parseCatchClauseFunction · 0.85
parseTryStatementFunction · 0.85
parseStatementFunction · 0.85

Calls 4

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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…