Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM SVGUnitTypes.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_SVGUNITTYPESBINDING_H_
#define DOM_SVGUNITTYPESBINDING_H_
#include "js/CallAndConstruct.h"
#include "js/RootingAPI.h"
#include "js/TypeDecls.h"
#include "mozilla/dom/BindingDeclarations.h"
#include "mozilla/dom/Nullable.h"
#include "mozilla/dom/PrototypeList.h"
namespace mozilla {
namespace dom {
struct NativePropertyHooks;
class ProtoAndIfaceCache;
class SVGUnitTypes;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
namespace SVGUnitTypes_Binding {
typedef mozilla::dom::SVGUnitTypes NativeType;
static const uint16_t SVG_UNIT_TYPE_UNKNOWN = 0;
static const uint16_t SVG_UNIT_TYPE_USERSPACEONUSE = 1;
static const uint16_t SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
void
CreateInterfaceObjects(JSContext* aCx, JS::Handle<JSObject*> aGlobal, ProtoAndIfaceCache& aProtoAndIfaceCache, bool aDefineOnGlobal);
inline JS::Handle<JSObject*> GetConstructorObjectHandle(JSContext* aCx, bool aDefineOnGlobal = true)
{
/* Get the interface object for this class. This will create the object as
needed. */
return GetPerInterfaceObjectHandle(aCx, constructors::id::SVGUnitTypes,
&CreateInterfaceObjects,
aDefineOnGlobal);
}
JSObject*
GetConstructorObject(JSContext* aCx);
} // namespace SVGUnitTypes_Binding
} // namespace mozilla::dom
#endif // DOM_SVGUNITTYPESBINDING_H_