}
my %renames = (
+ "ArrayInstance" => "JSArray",
"ActivationImp" => "Activation",
"ActivationImpData" => "ActivationData",
"ArrayObjectImp" => "ArrayConstructor",
"ArrayProtoFuncToLocaleString" => "ArrayFunctionToLocaleString",
"ArrayProtoFuncToString" => "ArrayFunctionToString",
"ArrayProtoFuncUnShift" => "ArrayFunctionUnshift",
+ "BooleanInstance" => "BooleanObject",
"BooleanObjectImp" => "BooleanConstructor",
"BooleanProtoFunc" => "BooleanFunction",
"DateObjectFuncImp" => "DateFunction",
"ErrorObjectImp" => "ErrorConstructor",
"ErrorProtoFuncToString" => "ErrorFunction",
"FRAMES_ON_STACK" => "numFramesOnStack",
- "FunctionImp" => "FunctionInstance",
+ "FunctionImp" => "Function",
"FunctionObjectImp" => "FunctionConstructor",
"FunctionProtoFunc" => "FunctionFunction",
"GetterSetterImp" => "GetterSetter",
"KURLCFNet" => "URLCF",
"KURLMac" => "URLMac",
"KURL_H_" => "URL_h",
- "MathObjectImp" => "MathConstructor",
+ "List" => "ArgumentList",
+ "MathObjectImp" => "MathObject",
"MathProtoFuncACos" => "MathFunctionACos",
"MathProtoFuncASin" => "MathFunctionASin",
"MathProtoFuncATan" => "MathFunctionATan",
"MathProtoFuncTan" => "MathFunctionTan",
"NativeErrorImp" => "NativeErrorConstructor",
"Navigator" => "JSNavigator",
- "NumberImp" => "NumberValue",
+ "NumberImp" => "JSNumberCell",
+ "NumberInstance" => "NumberObject",
"NumberObjectImp" => "NumberConstructor",
"NumberProtoFunc" => "NumberFunction",
"ObjcFallbackObjectImp" => "ObjCFallbackObject",
"ObjectObjectImp" => "ObjectConstructor",
"ObjectProtoFunc" => "ObjectFunction",
"RECURSIVE_MATCH_STARTNG_NEW_GROUP" => "RECURSIVE_MATCH_NEW_GROUP",
- "RegExpImp" => "RegExpInstance",
+ "RegExpImp" => "RegExpObject",
"RegExpObjectImp" => "RegExpConstructor",
- "RegExpObjectImpPrivate" => "RegExpObjectPrivate",
+ "RegExpObjectImpPrivate" => "RegExpConstructorPrivate",
"RegExpProtoFunc" => "RegExpFunction",
- "RuntimeObjectImp" => "ExternalLanguageObject",
- "StringImp" => "StringValue",
+ "RuntimeObjectImp" => "ForeignObject",
+ "StringImp" => "JSString",
"StringImpl" => "SharedString",
- "StringObjectFuncImp" => "StringFunction",
+ "StringInstance" => "StringObject",
+ "StringInstanceThatMasqueradesAsUndefined" => "StringObjectThatMasqueradesAsUndefined",
+ "StringObjectFuncImp" => "StringConstructorFunction",
"StringObjectImp" => "StringConstructor",
"StringProtoFuncAnchor" => "StringFunctionAnchor",
"StringProtoFuncBig" => "StringFunctionBig",
"animationController" => "animation",
"branchfirstbyte" => "branchFirstByte",
"branchreqbyte" => "branchReqByte",
- "caseSensitive" => "foldCase",
"class_charcount" => "classCharCount",
"class_lastchar" => "classLastChar",
"codeptr" => "codePtr",