Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM AppInfo.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_APPINFOBINDING_H_
#define DOM_APPINFOBINDING_H_
#include "js/CallAndConstruct.h"
#include "js/RootingAPI.h"
#include "js/TypeDecls.h"
#include "mozilla/dom/BindingDeclarations.h"
#include "mozilla/dom/Nullable.h"
namespace mozilla {
namespace dom {
struct AppInfoAtoms;
struct NativePropertyHooks;
class ProtoAndIfaceCache;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
struct AppInfo : public DictionaryBase
{
MOZ_INIT_OUTSIDE_CTOR bool mIsCoreApp;
MOZ_INIT_OUTSIDE_CTOR nsString mPath;
AppInfo();
explicit inline AppInfo(const FastDictionaryInitializer& )
{
// Do nothing here; this is used by our "Fast" subclass
}
AppInfo(AppInfo&& aOther) = default;
explicit inline AppInfo(const AppInfo& aOther)
{
*this = aOther;
}
bool
Init(const char* sourceDescription = "Value", bool passedToJSImpl = false);
void
TraceDictionary(JSTracer* trc);
AppInfo&
operator=(const AppInfo& aOther);
bool
operator==(const AppInfo& aOther) const;
private:
static bool
InitIds(JSContext* cx, AppInfoAtoms* atomsCache);
};
namespace binding_detail {
struct FastAppInfo : public AppInfo
{
inline FastAppInfo()
: AppInfo(FastDictionaryInitializer())
{
// Doesn't matter what int we pass to the parent constructor
}
};
} // namespace binding_detail
} // namespace mozilla::dom
#endif // DOM_APPINFOBINDING_H_