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

Function parseObjectSpreadProperty

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

Source from the content-addressed store, hash-verified

5666 }
5667
5668 function parseObjectSpreadProperty() {
5669 var marker = markerCreate();
5670 expect('...');
5671 return markerApply(marker, delegate.createSpreadProperty(parseAssignmentExpression()));
5672 }
5673
5674 function getFieldName(key) {
5675 var toString = String;

Callers 1

parseObjectInitialiserFunction · 0.85

Calls 4

markerCreateFunction · 0.85
expectFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected