summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/generated/JSRGBColor.lut.h
blob: 4bcba9c9064515b88fc5ac012d8fd6f8071cdee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Automatically generated from ../bindings/js/JSRGBColor.cpp using WebCore/../JavaScriptCore/create_hash_table. DO NOT EDIT!

namespace WebCore {

using namespace JSC;

static const struct HashTableValue JSRGBColorTableValues[4] = {
   { "red", DontDelete|ReadOnly, (intptr_t)jsRGBColorRed, (intptr_t)0 },
   { "green", DontDelete|ReadOnly, (intptr_t)jsRGBColorGreen, (intptr_t)0 },
   { "blue", DontDelete|ReadOnly, (intptr_t)jsRGBColorBlue, (intptr_t)0 },
   { 0, 0, 0, 0 }
};

extern JSC_CONST_HASHTABLE HashTable JSRGBColorTable =
    { 8, 7, JSRGBColorTableValues, 0 };
} // namespace