summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/ecmascript/JavaScriptCore/dom/JSCEntityReference.cpp
blob: a8aac2381b74dd83331efe383a8badc416015852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "JSCEntityReference.h"
#include "JSCNode.h"

namespace Arabica {
namespace DOM {


JSStaticValue JSCEntityReference::staticValues[] = {

	{ 0, 0, 0, 0 }
};

JSStaticFunction JSCEntityReference::staticFunctions[] = {
	{ 0, 0, 0 }
};

}
}