summaryrefslogtreecommitdiffstats
path: root/ksvg/data/SVGEcma.lut.h
blob: cd7d75ef93bb65f5134130a29d67e0dd87baed43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
/* Automatically generated from impl/SVGEcma.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */

using namespace KJS;

namespace KSVG {

static const char SVGDOMNodeBridge__s_hashTableStrings[] = {
    "\0"
    "previousSibling\0"
    "ownerDocument\0"
    "namespaceURI\0"
    "nextSibling\0"
    "attributes\0"
    "childNodes\0"
    "firstChild\0"
    "parentNode\0"
    "lastChild\0"
    "localName\0"
    "nodeValue\0"
    "nodeName\0"
    "nodeType\0"
    "prefix\0"
};


static const struct HashEntry SVGDOMNodeBridge__s_hashTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 67, SVGDOMNodeBridge::ChildNodes, DontDelete|ReadOnly, 0, -1 },
   { 100, SVGDOMNodeBridge::LastChild, DontDelete|ReadOnly, 0, -1 },
   { 89, SVGDOMNodeBridge::ParentNode, DontDelete|ReadOnly, 0, 18 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 139, SVGDOMNodeBridge::NodeType, DontDelete|ReadOnly, 0, 17 },
   { 130, SVGDOMNodeBridge::NodeName, DontDelete|ReadOnly, 0, 20 },
   { 17, SVGDOMNodeBridge::OwnerDocument, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 120, SVGDOMNodeBridge::NodeValue, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 78, SVGDOMNodeBridge::FirstChild, DontDelete|ReadOnly, 0, -1 },
   { 1, SVGDOMNodeBridge::PreviousSibling, DontDelete|ReadOnly, 0, 19 },
   { 44, SVGDOMNodeBridge::NextSibling, DontDelete|ReadOnly, 0, -1 },
   { 56, SVGDOMNodeBridge::Attributes, DontDelete|ReadOnly, 0, 22 },
   { 31, SVGDOMNodeBridge::NamespaceURI, DontDelete|ReadOnly, 0, 21 },
   { 148, SVGDOMNodeBridge::Prefix, DontDelete, 0, -1 },
   { 110, SVGDOMNodeBridge::LocalName, DontDelete|ReadOnly, 0, -1 }
};

const struct HashTable SVGDOMNodeBridge::s_hashTable = { 2, 23, SVGDOMNodeBridge__s_hashTableEntries, 17, SVGDOMNodeBridge__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMNodeBridgeProto__s_hashTableStrings[] = {
    "\0"
    "removeEventListener\0"
    "getPreviousSibling\0"
    "addEventListener\0"
    "getOwnerDocument\0"
    "getNamespaceURI\0"
    "getNextSibling\0"
    "getAttributes\0"
    "getChildNodes\0"
    "getFirstChild\0"
    "getParentNode\0"
    "hasAttributes\0"
    "hasChildNodes\0"
    "getLastChild\0"
    "getLocalName\0"
    "getNodeValue\0"
    "insertBefore\0"
    "replaceChild\0"
    "appendChild\0"
    "getNodeName\0"
    "getNodeType\0"
    "isSupported\0"
    "removeChild\0"
    "cloneNode\0"
    "getPrefix\0"
    "normalize\0"
    "contains\0"
};


static const struct HashEntry SVGDOMNodeBridgeProto__s_hashTableEntries[] = {
   { 175, SVGDOMNodeBridge::HasChildNodes, DontDelete|Function, 0, -1 },
   { 215, SVGDOMNodeBridge::GetNodeValue, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 119, SVGDOMNodeBridge::GetChildNodes, DontDelete|Function, 0, -1 },
   { 1, SVGDOMNodeBridge::RemoveEventListener, DontDelete|Function, 3, -1 },
   { 0, 0, 0, 0, -1 },
   { 302, SVGDOMNodeBridge::RemoveChild, DontDelete|Function, 1, 37 },
   { 21, SVGDOMNodeBridge::GetPreviousSibling, DontDelete|Function, 0, -1 },
   { 228, SVGDOMNodeBridge::InsertBefore, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 254, SVGDOMNodeBridge::AppendChild, DontDelete|Function, 1, 36 },
   { 0, 0, 0, 0, -1 },
   { 161, SVGDOMNodeBridge::HasAttributes, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 133, SVGDOMNodeBridge::GetFirstChild, DontDelete|Function, 0, 32 },
   { 314, SVGDOMNodeBridge::CloneNode, DontDelete|Function, 1, 29 },
   { 57, SVGDOMNodeBridge::GetOwnerDocument, DontDelete|Function, 0, -1 },
   { 344, SVGDOMNodeBridge::Contains, DontDelete|Function, 1, 30 },
   { 147, SVGDOMNodeBridge::GetParentNode, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 40, SVGDOMNodeBridge::AddEventListener, DontDelete|Function, 3, -1 },
   { 290, SVGDOMNodeBridge::IsSupported, DontDelete|Function, 2, 31 },
   { 241, SVGDOMNodeBridge::ReplaceChild, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 334, SVGDOMNodeBridge::Normalize, DontDelete|Function, 0, 34 },
   { 266, SVGDOMNodeBridge::GetNodeName, DontDelete|Function, 0, -1 },
   { 278, SVGDOMNodeBridge::GetNodeType, DontDelete|Function, 0, 33 },
   { 189, SVGDOMNodeBridge::GetLastChild, DontDelete|Function, 0, 35 },
   { 90, SVGDOMNodeBridge::GetNextSibling, DontDelete|Function, 0, -1 },
   { 105, SVGDOMNodeBridge::GetAttributes, DontDelete|Function, 0, -1 },
   { 74, SVGDOMNodeBridge::GetNamespaceURI, DontDelete|Function, 0, -1 },
   { 324, SVGDOMNodeBridge::GetPrefix, DontDelete|Function, 0, -1 },
   { 202, SVGDOMNodeBridge::GetLocalName, DontDelete|Function, 0, -1 }
};

const struct HashTable SVGDOMNodeBridgeProto::s_hashTable = { 2, 38, SVGDOMNodeBridgeProto__s_hashTableEntries, 29, SVGDOMNodeBridgeProto__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMElementBridge__s_hashTableStrings[] = {
    "\0"
    "tagName\0"
};


static const struct HashEntry SVGDOMElementBridge__s_hashTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 1, SVGDOMElementBridge::TagName, DontDelete|ReadOnly, 0, -1 }
};

const struct HashTable SVGDOMElementBridge::s_hashTable = { 2, 2, SVGDOMElementBridge__s_hashTableEntries, 2, SVGDOMElementBridge__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMElementBridgeProto__s_hashTableStrings[] = {
    "\0"
    "getElementByTagNameNS\0"
    "getElementsByTagName\0"
    "removeAttributeNode\0"
    "getAttributeNodeNS\0"
    "setAttributeNodeNS\0"
    "removeAttributeNS\0"
    "getAttributeNode\0"
    "setAttributeNode\0"
    "removeAttribute\0"
    "getAttributeNS\0"
    "hasAttributeNS\0"
    "setAttributeNS\0"
    "getAttribute\0"
    "hasAttribute\0"
    "setAttribute\0"
};


static const struct HashEntry SVGDOMElementBridgeProto__s_hashTableEntries[] = {
   { 64, SVGDOMElementBridge::GetAttributeNodeNS, DontDelete|Function, 2, -1 },
   { 170, SVGDOMElementBridge::GetAttributeNS, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 44, SVGDOMElementBridge::RemoveAttributeNode, DontDelete|Function, 1, -1 },
   { 154, SVGDOMElementBridge::RemoveAttribute, DontDelete|Function, 1, 17 },
   { 241, SVGDOMElementBridge::SetAttribute, DontDelete|Function, 2, -1 },
   { 228, SVGDOMElementBridge::HasAttribute, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 120, SVGDOMElementBridge::GetAttributeNode, DontDelete|Function, 1, -1 },
   { 215, SVGDOMElementBridge::GetAttribute, DontDelete|Function, 1, -1 },
   { 1, SVGDOMElementBridge::GetElementsByTagNameNS, DontDelete|Function, 2, -1 },
   { 102, SVGDOMElementBridge::RemoveAttributeNS, DontDelete|Function, 2, 18 },
   { 200, SVGDOMElementBridge::SetAttributeNS, DontDelete|Function, 3, -1 },
   { 185, SVGDOMElementBridge::HasAttributeNS, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 23, SVGDOMElementBridge::GetElementsByTagName, DontDelete|Function, 1, -1 },
   { 137, SVGDOMElementBridge::SetAttributeNode, DontDelete|Function, 2, -1 },
   { 83, SVGDOMElementBridge::SetAttributeNodeNS, DontDelete|Function, 1, -1 }
};

const struct HashTable SVGDOMElementBridgeProto::s_hashTable = { 2, 19, SVGDOMElementBridgeProto__s_hashTableEntries, 17, SVGDOMElementBridgeProto__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMNodeListBridge__s_hashTableStrings[] = {
    "\0"
    "length\0"
};


static const struct HashEntry SVGDOMNodeListBridge__s_hashTableEntries[] = {
   { 1, SVGDOMNodeListBridge::Length, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SVGDOMNodeListBridge::s_hashTable = { 2, 2, SVGDOMNodeListBridge__s_hashTableEntries, 2, SVGDOMNodeListBridge__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMNodeListBridgeProto__s_hashTableStrings[] = {
    "\0"
    "getLength\0"
    "item\0"
};


static const struct HashEntry SVGDOMNodeListBridgeProto__s_hashTableEntries[] = {
   { 1, SVGDOMNodeListBridge::GetLength, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 11, SVGDOMNodeListBridge::Item, DontDelete|Function, 1, -1 }
};

const struct HashTable SVGDOMNodeListBridgeProto::s_hashTable = { 2, 3, SVGDOMNodeListBridgeProto__s_hashTableEntries, 3, SVGDOMNodeListBridgeProto__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMCharacterDataBridge__s_hashTableStrings[] = {
    "\0"
    "length\0"
    "data\0"
};


static const struct HashEntry SVGDOMCharacterDataBridge__s_hashTableEntries[] = {
   { 1, SVGDOMCharacterDataBridge::Length, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 8, SVGDOMCharacterDataBridge::Data, DontDelete, 0, -1 }
};

const struct HashTable SVGDOMCharacterDataBridge::s_hashTable = { 2, 3, SVGDOMCharacterDataBridge__s_hashTableEntries, 3, SVGDOMCharacterDataBridge__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMCharacterDataBridgeProto__s_hashTableStrings[] = {
    "\0"
    "substringData\0"
    "replaceData\0"
    "appendData\0"
    "deleteData\0"
    "insertData\0"
    "getLength\0"
    "getData\0"
    "setData\0"
};


static const struct HashEntry SVGDOMCharacterDataBridgeProto__s_hashTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 38, SVGDOMCharacterDataBridge::DeleteData, DontDelete|Function, 2, -1 },
   { 70, SVGDOMCharacterDataBridge::GetData, DontDelete|Function, 0, 12 },
   { 78, SVGDOMCharacterDataBridge::SetData, DontDelete|Function, 1, 11 },
   { 1, SVGDOMCharacterDataBridge::SubstringData, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 27, SVGDOMCharacterDataBridge::AppendData, DontDelete|Function, 1, -1 },
   { 15, SVGDOMCharacterDataBridge::ReplaceData, DontDelete|Function, 2, -1 },
   { 60, SVGDOMCharacterDataBridge::GetLength, DontDelete|Function, 0, -1 },
   { 49, SVGDOMCharacterDataBridge::InsertData, DontDelete|Function, 2, -1 }
};

const struct HashTable SVGDOMCharacterDataBridgeProto::s_hashTable = { 2, 13, SVGDOMCharacterDataBridgeProto__s_hashTableEntries, 11, SVGDOMCharacterDataBridgeProto__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMTextBridge__s_hashTableStrings[] = {
    "\0"
    "dummy\0"
};


static const struct HashEntry SVGDOMTextBridge__s_hashTableEntries[] = {
   { 1, SVGDOMTextBridge::Dummy, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SVGDOMTextBridge::s_hashTable = { 2, 2, SVGDOMTextBridge__s_hashTableEntries, 2, SVGDOMTextBridge__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMTextBridgeProto__s_hashTableStrings[] = {
    "\0"
    "splitText\0"
};


static const struct HashEntry SVGDOMTextBridgeProto__s_hashTableEntries[] = {
   { 0, 0, 0, 0, -1 },
   { 1, SVGDOMTextBridge::SplitText, DontDelete|Function, 1, -1 }
};

const struct HashTable SVGDOMTextBridgeProto::s_hashTable = { 2, 2, SVGDOMTextBridgeProto__s_hashTableEntries, 2, SVGDOMTextBridgeProto__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMDOMImplementationBridge__s_hashTableStrings[] = {
    "\0"
    "dummy\0"
};


static const struct HashEntry SVGDOMDOMImplementationBridge__s_hashTableEntries[] = {
   { 1, SVGDOMDOMImplementationBridge::Dummy, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SVGDOMDOMImplementationBridge::s_hashTable = { 2, 2, SVGDOMDOMImplementationBridge__s_hashTableEntries, 2, SVGDOMDOMImplementationBridge__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMDOMImplementationBridgeProto__s_hashTableStrings[] = {
    "\0"
    "hasFeature\0"
};


static const struct HashEntry SVGDOMDOMImplementationBridgeProto__s_hashTableEntries[] = {
   { 1, SVGDOMDOMImplementationBridge::HasFeature, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SVGDOMDOMImplementationBridgeProto::s_hashTable = { 2, 2, SVGDOMDOMImplementationBridgeProto__s_hashTableEntries, 2, SVGDOMDOMImplementationBridgeProto__s_hashTableStrings};

} // namespace

using namespace KJS;

namespace KSVG {

static const char SVGDOMDocumentFragmentBridge__s_hashTableStrings[] = {
    "\0"
    "dummy\0"
};


static const struct HashEntry SVGDOMDocumentFragmentBridge__s_hashTableEntries[] = {
   { 1, SVGDOMDocumentFragmentBridge::Dummy, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 }
};

const struct HashTable SVGDOMDocumentFragmentBridge::s_hashTable = { 2, 2, SVGDOMDocumentFragmentBridge__s_hashTableEntries, 2, SVGDOMDocumentFragmentBridge__s_hashTableStrings};

} // namespace