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

Function throwErrorTolerant

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

Source from the content-addressed store, hash-verified

5127 }
5128
5129 function throwErrorTolerant() {
5130 try {
5131 throwError.apply(null, arguments);
5132 } catch (e) {
5133 if (extra.errors) {
5134 extra.errors.push(e);
5135 } else {
5136 throw e;
5137 }
5138 }
5139 }
5140
5141
5142 // Throw an exception because of the token.

Callers 15

scanRegExpFlagsFunction · 0.85
throwUnexpectedFunction · 0.85
parsePropertyFunctionFunction · 0.85
parseObjectPropertyKeyFunction · 0.85
parseObjectInitialiserFunction · 0.85
parsePrimaryExpressionFunction · 0.85
parsePostfixExpressionFunction · 0.85
parseUnaryExpressionFunction · 0.85
parseObjectTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected