MCPcopy Index your code
hub / github.com/json-editor/json-editor / throw

Method throw

docs/scripts/ajv-validator.js:1268–1270  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

1266 }
1267 // `throw` statement
1268 throw(error) {
1269 return this._leafNode(new Throw(error));
1270 }
1271 // start self-balancing block
1272 block(body, nodeCount) {
1273 this._blockStarts.push(this._nodes.length);

Callers 4

returnErrorsFunction · 0.80
returnResultsFunction · 0.80
validateAsyncFunction · 0.80
callAsyncRefFunction · 0.80

Calls 1

_leafNodeMethod · 0.95

Tested by

no test coverage detected