oolite/Resources/Config/javascript-errors.plist

226 lines
5.7 KiB
Plaintext

// Identifiers for JavaScript error codes
// Automatically generated by JSErrorMunger.m
{
"0" = "notAnError";
"1" = "notDefined";
"2" = "inactive";
"3" = "moreArgsNeeded";
"4" = "badChar";
"5" = "badType";
"6" = "cantLock";
"7" = "cantUnlock";
"8" = "incompatibleProto";
"9" = "noConstructor";
"10" = "cantAlias";
"11" = "notScriptedFunction";
"12" = "badSortArg";
"13" = "badAtomicNumber";
"14" = "tooManyLiterals";
"15" = "cantWatch";
"16" = "stackUnderflow";
"17" = "needDiet";
"18" = "tooManyLocalRoots";
"19" = "readOnly";
"20" = "badFormal";
"21" = "badIterator";
"22" = "notFunction";
"23" = "notConstructor";
"24" = "stackOverflow";
"25" = "notExported";
"26" = "overRecursed";
"27" = "inNotObject";
"28" = "badNewResult";
"29" = "badSharpDef";
"30" = "badSharpUse";
"31" = "badInstanceofRHS";
"32" = "badBytecode";
"33" = "badRadix";
"34" = "parenBeforeLet";
"35" = "cantConvert";
"36" = "cyclicValue";
"37" = "permanent";
"38" = "cantConvertTo";
"39" = "noProperties";
"40" = "cantFindClass";
"41" = "cantXDRClass";
"42" = "bytecodeTooBig";
"43" = "unknownFormat";
"44" = "tooManyConArgs";
"45" = "tooManyFunArgs";
"46" = "badQuantifier";
"47" = "minTooBig";
"48" = "maxTooBig";
"49" = "outOfOrder";
"50" = "badDestructDecl";
"51" = "badDestructAss";
"52" = "parenAfterLet";
"53" = "curlyAfterLet";
"54" = "missingParen";
"55" = "untermClass";
"56" = "trailingSlash";
"57" = "badClassRange";
"58" = "badFlag";
"59" = "noInput";
"60" = "cantOpen";
"61" = "badStringMask";
"62" = "unmatchedRightParen";
"63" = "endOfData";
"64" = "seekBeyondStart";
"65" = "seekBeyondEnd";
"66" = "endSeek";
"67" = "whitherWhence";
"68" = "badScriptMagic";
"69" = "parenBeforeFormal";
"70" = "missingFormal";
"71" = "parenAfterFormal";
"72" = "curlyBeforeBody";
"73" = "curlyAfterBody";
"74" = "parenBeforeCond";
"75" = "parenAfterCond";
"76" = "noImportName";
"77" = "nameAfterDot";
"78" = "bracketInIndex";
"79" = "noExportName";
"80" = "parenBeforeSwitch";
"81" = "parenAfterSwitch";
"82" = "curlyBeforeSwitch";
"83" = "colonAfterCase";
"84" = "whileAfterDo";
"85" = "parenAfterFor";
"86" = "semiAfterForInit";
"87" = "semiAfterForCond";
"88" = "parenAfterForCtrl";
"89" = "curlyBeforeTry";
"90" = "curlyAfterTry";
"91" = "parenBeforeCatch";
"92" = "catchIdentifier";
"93" = "parenAfterCatch";
"94" = "curlyBeforeCatch";
"95" = "curlyAfterCatch";
"96" = "curlyBeforeFinally";
"97" = "curlyAfterFinally";
"98" = "catchOrFinally";
"99" = "parenBeforeWith";
"100" = "parenAfterWith";
"101" = "curlyInCompound";
"102" = "noVariableName";
"103" = "colonInCond";
"104" = "parenAfterArgs";
"105" = "bracketAfterList";
"106" = "colonAfterID";
"107" = "curlyAfterList";
"108" = "parenInParen";
"109" = "semiBeforeStmnt";
"110" = "noReturnValue";
"111" = "duplicateFormal";
"112" = "equalAsAssign";
"113" = "badImport";
"114" = "tooManyDefaults";
"115" = "tooManyCases";
"116" = "badSwitch";
"117" = "badForLeftside";
"118" = "catchAfterGeneral";
"119" = "catchWithoutTry";
"120" = "finallyWithoutTry";
"121" = "labelNotFound";
"122" = "toughBreak";
"123" = "badContinue";
"124" = "badReturnOrYield";
"125" = "badLabel";
"126" = "duplicateLabel";
"127" = "varHidesArg";
"128" = "badVarInit";
"129" = "badLeftsideOfAss";
"130" = "badOperand";
"131" = "badPropID";
"132" = "reservedID";
"133" = "syntaxError";
"134" = "badSharpVarDef";
"135" = "badPrototype";
"136" = "missingExponent";
"137" = "outOfMemory";
"138" = "unterminatedString";
"139" = "tooManyParens";
"140" = "unterminatedComment";
"141" = "unterminatedRegexp";
"142" = "badRegexpFlag";
"143" = "sharpvarTooBig";
"144" = "illegalCharacter";
"145" = "badOctal";
"146" = "badIndirectCall";
"147" = "uncaughtException";
"148" = "invalidBackref";
"149" = "badBackref";
"150" = "precisionRange";
"151" = "badGetterOrSetter";
"152" = "badArrayLength";
"153" = "cantDescribeProps";
"154" = "badApplyArgs";
"155" = "redeclaredVar";
"156" = "undeclaredVar";
"157" = "anonNoReturnValue";
"158" = "deprecatedUsage";
"159" = "badURI";
"160" = "getterOnly";
"161" = "trailingComma";
"162" = "undefinedProp";
"163" = "uselessExpr";
"164" = "redeclaredParam";
"165" = "newRegExpFlagged";
"166" = "reservedSlotRange";
"167" = "cantDecodePrincipals";
"168" = "cantSealObject";
"169" = "tooManyCatchVars";
"170" = "badXMLMarkup";
"171" = "badXMLCharacter";
"172" = "badDefaultXMLNamespace";
"173" = "badXMLNameSyntax";
"174" = "bracketAfterAttrExpr";
"175" = "nestingGenerator";
"176" = "curlyInXMLExpr";
"177" = "badXMLNamespace";
"178" = "badXMLAttrName";
"179" = "badXMLName";
"180" = "badXMLConversion";
"181" = "badXMLListConversion";
"182" = "badGeneratorSend";
"183" = "noAssignInXMLAttr";
"184" = "badXMLAttrValue";
"185" = "XMLTagNameMismatch";
"186" = "badXMLTagSyntax";
"187" = "badXMLListSyntax";
"188" = "incompatibleMethod";
"189" = "cantSetXMLAttrs";
"190" = "endOfXMLSource";
"191" = "endOfXMLEntity";
"192" = "badXMLQname";
"193" = "badForEachLoop";
"194" = "badXMLListPut";
"195" = "unknownXMLEntity";
"196" = "badXMLNCR";
"197" = "undefinedXMLName";
"198" = "duplicateXMLAttr";
"199" = "tooManyFunVars";
"200" = "arrayInitTooBig";
"201" = "regexpTooComplex";
"202" = "bufferTooSmall";
"203" = "badSurrogateChar";
"204" = "UTF8CharTooLarge";
"205" = "malformedUTF8Char";
"206" = "ooliteDefinedError";
"207" = "wrongConstructor";
"208" = "badGeneratorReturn";
"209" = "badAnonGeneratorReturn";
"210" = "nameAfterForParen";
"211" = "inAfterForName";
"212" = "badIteratorReturn";
"213" = "keywordNotNs";
"214" = "badGeneratorYield";
"215" = "badYieldSyntax";
"216" = "arrayCompLeftside";
"217" = "yieldFromFilter";
"218" = "compileExecedScript";
"219" = "nonListXMLMethod";
}