blob: 7df7ccb4914510431228656cf262c5590e515f9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* Automatically generated from impl/SVGURIReferenceImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGURIReferenceImpl__s_hashTableStrings[] = {
"\0"
"href\0"
};
static const struct HashEntry SVGURIReferenceImpl__s_hashTableEntries[] = {
{ 0, 0, 0, 0, -1 },
{ 1, SVGURIReferenceImpl::Href, DontDelete|ReadOnly, 0, -1 }
};
const struct HashTable SVGURIReferenceImpl::s_hashTable = { 2, 2, SVGURIReferenceImpl__s_hashTableEntries, 2, SVGURIReferenceImpl__s_hashTableStrings};
} // namespace
|