Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM TelemetryStopwatch.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_TELEMETRYSTOPWATCHBINDING_H_
#define DOM_TELEMETRYSTOPWATCHBINDING_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;
struct TelemetryStopwatchOptionsAtoms;
} // namespace dom
namespace telemetry {
class Stopwatch;
} // namespace telemetry
} // namespace mozilla
namespace mozilla::dom {
struct TelemetryStopwatchOptions : public DictionaryBase
{
MOZ_INIT_OUTSIDE_CTOR bool mInSeconds;
TelemetryStopwatchOptions();
explicit inline TelemetryStopwatchOptions(const FastDictionaryInitializer& )
{
// Do nothing here; this is used by our "Fast" subclass
}
TelemetryStopwatchOptions(TelemetryStopwatchOptions&& aOther) = default;
explicit inline TelemetryStopwatchOptions(const TelemetryStopwatchOptions& aOther)
{
*this = aOther;
}
bool
Init(BindingCallContext& cx, JS::Handle<JS::Value> val, const char* sourceDescription = "Value", bool passedToJSImpl = false);
bool
Init(JSContext* cx_, JS::Handle<JS::Value> val, const char* sourceDescription = "Value", bool passedToJSImpl = false);
void
TraceDictionary(JSTracer* trc);
TelemetryStopwatchOptions&
operator=(const TelemetryStopwatchOptions& aOther);
bool
operator==(const TelemetryStopwatchOptions& aOther) const;
private:
static bool
InitIds(JSContext* cx, TelemetryStopwatchOptionsAtoms* atomsCache);
};
namespace binding_detail {
struct FastTelemetryStopwatchOptions : public TelemetryStopwatchOptions
{
inline FastTelemetryStopwatchOptions()
: TelemetryStopwatchOptions(FastDictionaryInitializer())
{
// Doesn't matter what int we pass to the parent constructor
}
};
} // namespace binding_detail
namespace TelemetryStopwatch_Binding {
typedef mozilla::telemetry::Stopwatch NativeType;
bool
ConstructorEnabled(JSContext* aCx, JS::Handle<JSObject*> aObj);
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::TelemetryStopwatch,
&CreateInterfaceObjects,
aDefineOnGlobal);
}
JSObject*
GetConstructorObject(JSContext* aCx);
} // namespace TelemetryStopwatch_Binding
} // namespace mozilla::dom
#endif // DOM_TELEMETRYSTOPWATCHBINDING_H_