oolite/Resources/Config/javascript-errors.plist

276 lines
7.2 KiB
Plaintext

// Identifiers for JavaScript error and warning codes
// Automatically generated by JSErrorMunger.m
{
"0" = "notAnError";
"1" = "notDefined";
"2" = "inactive";
"3" = "moreArgsNeeded";
"4" = "badChar";
"5" = "badType";
"6" = "allocOverflow";
"7" = "missingHexdigits";
"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" = "cantDelete";
"22" = "notFunction";
"23" = "notConstructor";
"24" = "scriptStackQuota";
"25" = "tooDeep";
"26" = "overRecursed";
"27" = "inNotObject";
"28" = "badNewResult";
"29" = "badSharpDef";
"30" = "badSharpUse";
"31" = "badInstanceofRHS";
"32" = "badBytecode";
"33" = "badRadix";
"34" = "parenBeforeLet";
"35" = "cantConvert";
"36" = "cyclicValue";
"37" = "compileExecedScript";
"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" = "badDestructAssignment";
"52" = "parenAfterLet";
"53" = "curlyAfterLet";
"54" = "missingParen";
"55" = "untermClass";
"56" = "trailingSlash";
"57" = "badClassRange";
"58" = "badRegexpFlag";
"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" = "destructDupArg";
"77" = "nameAfterDot";
"78" = "bracketInIndex";
"79" = "XMLWholeProgram";
"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" = "optimizedClosureLeak";
"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" = "badLeftsideOfAssignment";
"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" = "badCloneFunobjScope";
"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" = "idstartAfterNumber";
"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" = "tooManyLocals";
"200" = "arrayInitTooBig";
"201" = "regexpTooComplex";
"202" = "bufferTooSmall";
"203" = "badSurrogateChar";
"204" = "UTF8CharTooLarge";
"205" = "malformedUTF8Char";
"206" = "ooliteDefined";
"207" = "wrongConstructor";
"208" = "badGeneratorReturn";
"209" = "badAnonGeneratorReturn";
"210" = "nameAfterForParen";
"211" = "inAfterForName";
"212" = "badTrapReturnValue";
"213" = "keywordNotNS";
"214" = "badGeneratorYield";
"215" = "badGeneratorSyntax";
"216" = "arrayCompLeftside";
"217" = "nonXMLFilter";
"218" = "emptyArrayReduce";
"219" = "nonListXMLMethod";
"220" = "badDeleteOperand";
"221" = "badIncopOperand";
"222" = "unexpectedType";
"223" = "letDeclNotInBlock";
"224" = "badObjectInit";
"225" = "cantSetArrayAttrs";
"226" = "evalArity";
"227" = "missingFunArg";
"228" = "jsonBadParse";
"229" = "jsonBadStringify";
"230" = "XDRClosureWrapper";
"231" = "notNonnullObject";
"232" = "deprecatedOctal";
"233" = "strictCodeWith";
"234" = "duplicateProperty";
"235" = "deprecatedDeleteOperand";
"236" = "deprecatedAssign";
"237" = "badBinding";
"238" = "invalidDescriptor";
"239" = "objectNotExtensible";
"240" = "cantRedefineProp";
"241" = "cantAppendToArray";
"242" = "cantDefineArrayLength";
"243" = "cantDefineArrayIndex";
"244" = "typedArrayBadIndex";
"245" = "typedArrayNegativeArg";
"246" = "typedArrayBadArgs";
"247" = "cspBlockedFunction";
"248" = "badGetSetField";
"249" = "badProxyFix";
"250" = "invalidEvalScopeArg";
"251" = "accessorWrongArgs";
"252" = "throwTypeError";
"253" = "badToisostringProp";
"254" = "badParseNode";
"255" = "notExpectedType";
"256" = "callerIsStrict";
"257" = "needDebugMode";
"258" = "strictCodeLetExprStmt";
"259" = "cantChangeExtensibility";
"260" = "scBadSerializedData";
"261" = "scUnsupportedType";
"262" = "scRecursion";
"263" = "cantWrapXMLObject";
"264" = "badCloneVersion";
"265" = "cantCloneObject";
"266" = "nonNativeScope";
"267" = "strictFunctionStatement";
"268" = "invalidForInInit";
"269" = "clearedScope";
}