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

namespace Arabica {
namespace DOM {

JSClassRef JSCEntityReference::Tmpl;

JSStaticValue JSCEntityReference::staticValues[] = {

	{ 0, 0, 0, 0 }
};

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

}
}