MCPcopy Create free account
hub / github.com/apache/cloudstack / throwError

Function throwError

tools/ngui/static/js/lib/angular.js:5880–5887  ·  view source on GitHub ↗
(error, start, end)

Source from the content-addressed store, hash-verified

5878 }
5879
5880 function throwError(error, start, end) {
5881 end = end || index;
5882 throw Error("Lexer Error: " + error + " at column" +
5883 (isDefined(start)
5884 ? "s " + start + "-" + index + " [" + text.substring(start, end) + "]"
5885 : " " + end) +
5886 " in expression [" + text + "].");
5887 }
5888
5889 function readNumber() {
5890 var number = "";

Callers 8

lexFunction · 0.85
readNumberFunction · 0.85
readStringFunction · 0.85
parserFunction · 0.85
expectFunction · 0.85
consumeFunction · 0.85
_assignmentFunction · 0.85
primaryFunction · 0.85

Calls 2

isDefinedFunction · 0.85
ErrorFunction · 0.50

Tested by

no test coverage detected