/* Automatically generated from string_object.cpp using ./create_hash_table. DO NOT EDIT ! */

#include "lookup.h"

using namespace KJS;

namespace KJS {

static const char stringTableStrings[] = {
    "\0"
    "lastIndexOf\0"
    "toLowerCase\0"
    "toUpperCase\0"
    "charCodeAt\0"
    "fontcolor\0"
    "substring\0"
    "fontsize\0"
    "toString\0"
    "indexOf\0"
    "italics\0"
    "replace\0"
    "valueOf\0"
    "anchor\0"
    "charAt\0"
    "concat\0"
    "search\0"
    "strike\0"
    "substr\0"
    "blink\0"
    "fixed\0"
    "match\0"
    "slice\0"
    "small\0"
    "split\0"
    "bold\0"
    "big\0"
    "sub\0"
    "sup\0"
};


static const struct HashEntry stringTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 1, StringProtoFuncImp::LastIndexOf, DontEnum|Function, 2, -1 },
   { 48, StringProtoFuncImp::Fontcolor, DontEnum|Function, 1, -1 },
   { 153, StringProtoFuncImp::Substr, DontEnum|Function, 2, -1 },
   { 102, StringProtoFuncImp::Replace, DontEnum|Function, 2, -1 },
   { 184, StringProtoFuncImp::Small, DontEnum|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 125, StringProtoFuncImp::CharAt, DontEnum|Function, 1, -1 },
   { 13, StringProtoFuncImp::ToLowerCase, DontEnum|Function, 0, 35 },
   { 0, 0, 0, 0, -1 },
   { 161, StringProtoFuncImp::Link, DontEnum|Function, 1, -1 },
   { 25, StringProtoFuncImp::ToUpperCase, DontEnum|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 58, StringProtoFuncImp::Substring, DontEnum|Function, 2, -1 },
   { 139, StringProtoFuncImp::Search, DontEnum|Function, 1, 33 },
   { 0, 0, 0, 0, -1 },
   { 132, StringProtoFuncImp::Concat, DontEnum|Function, 0, -1 },
   { 86, StringProtoFuncImp::IndexOf, DontEnum|Function, 2, 32 },
   { 77, StringProtoFuncImp::ToString, DontEnum|Function, 0, -1 },
   { 118, StringProtoFuncImp::Anchor, DontEnum|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 172, StringProtoFuncImp::Match, DontEnum|Function, 1, -1 },
   { 110, StringProtoFuncImp::ValueOf, DontEnum|Function, 0, 28 },
   { 0, 0, 0, 0, -1 },
   { 178, StringProtoFuncImp::Slice, DontEnum|Function, 2, 29 },
   { 196, StringProtoFuncImp::Bold, DontEnum|Function, 0, -1 },
   { 201, StringProtoFuncImp::Big, DontEnum|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 37, StringProtoFuncImp::CharCodeAt, DontEnum|Function, 1, 34 },
   { 190, StringProtoFuncImp::Split, DontEnum|Function, 2, 30 },
   { 160, StringProtoFuncImp::Blink, DontEnum|Function, 0, 31 },
   { 166, StringProtoFuncImp::Fixed, DontEnum|Function, 0, -1 },
   { 94, StringProtoFuncImp::Italics, DontEnum|Function, 0, -1 },
   { 146, StringProtoFuncImp::Strike, DontEnum|Function, 0, 36 },
   { 205, StringProtoFuncImp::Sub, DontEnum|Function, 0, -1 },
   { 209, StringProtoFuncImp::Sup, DontEnum|Function, 0, -1 },
   { 68, StringProtoFuncImp::Fontsize, DontEnum|Function, 1, -1 }
};

const struct HashTable stringTable = { 2, 37, stringTableEntries, 28, stringTableStrings};

} // namespace
