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
|
/* Automatically generated from impl/SVGAngleImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGAngleImpl__s_hashTableStrings[] = {
"\0"
"valueInSpecifiedUnits\0"
"valueAsString\0"
"unitType\0"
"value\0"
};
static const struct HashEntry SVGAngleImpl__s_hashTableEntries[] = {
{ 0, 0, 0, 0, -1 },
{ 46, SVGAngleImpl::Value, DontDelete, 0, 5 },
{ 23, SVGAngleImpl::ValueAsString, DontDelete, 0, -1 },
{ 1, SVGAngleImpl::ValueInSpecifiedUnits, DontDelete, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 37, SVGAngleImpl::UnitType, DontDelete, 0, -1 }
};
const struct HashTable SVGAngleImpl::s_hashTable = { 2, 6, SVGAngleImpl__s_hashTableEntries, 5, SVGAngleImpl__s_hashTableStrings};
} // namespace
using namespace KJS;
namespace KSVG {
static const char SVGAngleImplProto__s_hashTableStrings[] = {
"\0"
"convertToSpecifiedUnits\0"
"newValueSpecifiedUnits\0"
};
static const struct HashEntry SVGAngleImplProto__s_hashTableEntries[] = {
{ 1, SVGAngleImpl::ConvertToSpecifiedUnits, DontDelete|Function, 1, -1 },
{ 25, SVGAngleImpl::NewValueSpecifiedUnits, DontDelete|Function, 2, -1 },
{ 0, 0, 0, 0, -1 }
};
const struct HashTable SVGAngleImplProto::s_hashTable = { 2, 3, SVGAngleImplProto__s_hashTableEntries, 3, SVGAngleImplProto__s_hashTableStrings};
} // namespace
using namespace KJS;
namespace KSVG {
static const char SVGAngleImplConstructor__s_hashTableStrings[] = {
"\0"
"SVG_ANGLETYPE_UNSPECIFIED\0"
"SVG_ANGLETYPE_UNKNOWN\0"
"SVG_ANGLETYPE_GRAD\0"
"SVG_ANGLETYPE_DEG\0"
"SVG_ANGLETYPE_RAD\0"
};
static const struct HashEntry SVGAngleImplConstructor__s_hashTableEntries[] = {
{ 0, 0, 0, 0, -1 },
{ 1, KSVG::SVG_ANGLETYPE_UNSPECIFIED, DontDelete|ReadOnly, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 86, KSVG::SVG_ANGLETYPE_RAD, DontDelete|ReadOnly, 0, 7 },
{ 49, KSVG::SVG_ANGLETYPE_GRAD, DontDelete|ReadOnly, 0, -1 },
{ 27, KSVG::SVG_ANGLETYPE_UNKNOWN, DontDelete|ReadOnly, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 68, KSVG::SVG_ANGLETYPE_DEG, DontDelete|ReadOnly, 0, -1 }
};
const struct HashTable SVGAngleImplConstructor::s_hashTable = { 2, 8, SVGAngleImplConstructor__s_hashTableEntries, 7, SVGAngleImplConstructor__s_hashTableStrings};
} // namespace
|