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
|
/* Automatically generated from impl/SVGLineElementImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGLineElementImpl__s_hashTableStrings[] = {
"\0"
"x1\0"
"x2\0"
"y1\0"
"y2\0"
};
static const struct HashEntry SVGLineElementImpl__s_hashTableEntries[] = {
{ 7, SVGLineElementImpl::Y1, DontDelete|ReadOnly, 0, 5 },
{ 10, SVGLineElementImpl::Y2, DontDelete|ReadOnly, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 1, SVGLineElementImpl::X1, DontDelete|ReadOnly, 0, -1 },
{ 4, SVGLineElementImpl::X2, DontDelete|ReadOnly, 0, -1 }
};
const struct HashTable SVGLineElementImpl::s_hashTable = { 2, 6, SVGLineElementImpl__s_hashTableEntries, 5, SVGLineElementImpl__s_hashTableStrings};
} // namespace
|