MCPcopy Create free account
hub / github.com/dchester/jsonpath / throwErrorTolerant

Function throwErrorTolerant

jsonpath.js:1864–1874  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1862 }
1863
1864 function throwErrorTolerant() {
1865 try {
1866 throwError.apply(null, arguments);
1867 } catch (e) {
1868 if (extra.errors) {
1869 extra.errors.push(e);
1870 } else {
1871 throw e;
1872 }
1873 }
1874 }
1875
1876
1877 // Throw an exception because of the token.

Callers 15

scanRegExpFlagsFunction · 0.85
throwUnexpectedFunction · 0.85
parsePropertyFunctionFunction · 0.85
parseObjectPropertyKeyFunction · 0.85
parseObjectPropertyFunction · 0.85
parseObjectInitialiserFunction · 0.85
parsePrimaryExpressionFunction · 0.85
parsePostfixExpressionFunction · 0.85
parseUnaryExpressionFunction · 0.85
parseVariableDeclarationFunction · 0.85
parseForStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected