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
|
/* Automatically generated from impl/SVGTestsImpl.cpp using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGTestsImpl__s_hashTableStrings[] = {
"\0"
"requiredExtensions\0"
"requiredFeatures\0"
"systemLanguage\0"
};
static const struct HashEntry SVGTestsImpl__s_hashTableEntries[] = {
{ 0, 0, 0, 0, -1 },
{ 20, SVGTestsImpl::RequiredFeatures, DontDelete|ReadOnly, 0, 5 },
{ 1, SVGTestsImpl::RequiredExtensions, DontDelete|ReadOnly, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 37, SVGTestsImpl::SystemLanguage, DontDelete|ReadOnly, 0, -1 }
};
const struct HashTable SVGTestsImpl::s_hashTable = { 2, 6, SVGTestsImpl__s_hashTableEntries, 5, SVGTestsImpl__s_hashTableStrings};
} // namespace
using namespace KJS;
namespace KSVG {
static const char SVGTestsImplProto__s_hashTableStrings[] = {
"\0"
"hasExtension\0"
};
static const struct HashEntry SVGTestsImplProto__s_hashTableEntries[] = {
{ 0, 0, 0, 0, -1 },
{ 1, SVGTestsImpl::HasExtension, DontDelete|Function, 1, -1 }
};
const struct HashTable SVGTestsImplProto::s_hashTable = { 2, 2, SVGTestsImplProto__s_hashTableEntries, 2, SVGTestsImplProto__s_hashTableStrings};
} // namespace
|