LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom - PageTransitionEventBinding.h (source / functions) Hit Total Coverage
Test: output.info Lines: 3 9 33.3 %
Date: 2017-07-14 16:53:18 Functions: 1 3 33.3 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* THIS FILE IS AUTOGENERATED FROM PageTransitionEvent.webidl BY Codegen.py - DO NOT EDIT */
       2             : 
       3             : #ifndef mozilla_dom_PageTransitionEventBinding_h
       4             : #define mozilla_dom_PageTransitionEventBinding_h
       5             : 
       6             : #include "EventBinding.h"
       7             : #include "js/RootingAPI.h"
       8             : #include "jspubtd.h"
       9             : #include "mozilla/ErrorResult.h"
      10             : #include "mozilla/dom/BindingDeclarations.h"
      11             : #include "mozilla/dom/Nullable.h"
      12             : 
      13             : namespace mozilla {
      14             : namespace dom {
      15             : 
      16             : struct NativePropertyHooks;
      17             : class PageTransitionEvent;
      18             : struct PageTransitionEventAtoms;
      19             : struct PageTransitionEventInitAtoms;
      20             : class ProtoAndIfaceCache;
      21             : 
      22             : } // namespace dom
      23             : } // namespace mozilla
      24             : 
      25             : namespace mozilla {
      26             : namespace dom {
      27             : 
      28             : struct PageTransitionEventInit : public EventInit
      29             : {
      30             :   MOZ_INIT_OUTSIDE_CTOR bool mPersisted;
      31             : 
      32             :   PageTransitionEventInit();
      33             : 
      34           0 :   explicit inline PageTransitionEventInit(const FastDictionaryInitializer& )
      35           0 :     : EventInit(FastDictionaryInitializer())
      36             :   {
      37             :     // Do nothing here; this is used by our "Fast" subclass
      38           0 :   }
      39             : 
      40             :   explicit inline PageTransitionEventInit(const PageTransitionEventInit& aOther)
      41             :   {
      42             :     *this = aOther;
      43             :   }
      44             : 
      45             :   bool
      46             :   Init(JSContext* cx, JS::Handle<JS::Value> val, const char* sourceDescription = "Value", bool passedToJSImpl = false);
      47             : 
      48             :   bool
      49             :   Init(const nsAString& aJSON);
      50             : 
      51             :   bool
      52             :   ToObjectInternal(JSContext* cx, JS::MutableHandle<JS::Value> rval) const;
      53             : 
      54             :   bool
      55             :   ToJSON(nsAString& aJSON) const;
      56             : 
      57             :   void
      58             :   TraceDictionary(JSTracer* trc);
      59             : 
      60             :   PageTransitionEventInit&
      61             :   operator=(const PageTransitionEventInit& aOther);
      62             : 
      63             : private:
      64             :   static bool
      65             :   InitIds(JSContext* cx, PageTransitionEventInitAtoms* atomsCache);
      66             : };
      67             : 
      68             : namespace binding_detail {
      69             : struct FastPageTransitionEventInit : public PageTransitionEventInit
      70             : {
      71           0 :   inline FastPageTransitionEventInit()
      72           0 :     : PageTransitionEventInit(FastDictionaryInitializer())
      73             :   {
      74             :     // Doesn't matter what int we pass to the parent constructor
      75           0 :   }
      76             : };
      77             : } // namespace binding_detail
      78             : 
      79             : 
      80             : namespace PageTransitionEventBinding {
      81             : 
      82             :   typedef mozilla::dom::PageTransitionEvent NativeType;
      83             : 
      84             :   JSObject*
      85             :   DefineDOMInterface(JSContext* aCx, JS::Handle<JSObject*> aGlobal, JS::Handle<jsid> id, bool aDefineOnGlobal);
      86             : 
      87             :   const JSClass*
      88             :   GetJSClass();
      89             : 
      90             :   bool
      91             :   Wrap(JSContext* aCx, mozilla::dom::PageTransitionEvent* aObject, nsWrapperCache* aCache, JS::Handle<JSObject*> aGivenProto, JS::MutableHandle<JSObject*> aReflector);
      92             : 
      93             :   template <class T>
      94           4 :   inline JSObject* Wrap(JSContext* aCx, T* aObject, JS::Handle<JSObject*> aGivenProto)
      95             :   {
      96           8 :     JS::Rooted<JSObject*> reflector(aCx);
      97           8 :     return Wrap(aCx, aObject, aObject, aGivenProto, &reflector) ? reflector.get() : nullptr;
      98             :   }
      99             : 
     100             :   // We declare this as an array so that retrieving a pointer to this
     101             :   // binding's property hooks only requires compile/link-time resolvable
     102             :   // address arithmetic.  Declaring it as a pointer instead would require
     103             :   // doing a run-time load to fetch a pointer to this binding's property
     104             :   // hooks.  And then structures which embedded a pointer to this structure
     105             :   // would require a run-time load for proper initialization, which would
     106             :   // then induce static constructors.  Lots of static constructors.
     107             :   extern const NativePropertyHooks sNativePropertyHooks[];
     108             : 
     109             :   void
     110             :   CreateInterfaceObjects(JSContext* aCx, JS::Handle<JSObject*> aGlobal, ProtoAndIfaceCache& aProtoAndIfaceCache, bool aDefineOnGlobal);
     111             : 
     112             :   JS::Handle<JSObject*>
     113             :   GetProtoObjectHandle(JSContext* aCx);
     114             : 
     115             :   JS::Handle<JSObject*>
     116             :   GetConstructorObjectHandle(JSContext* aCx, bool aDefineOnGlobal = true);
     117             : 
     118             :   JSObject*
     119             :   GetConstructorObject(JSContext* aCx);
     120             : 
     121             : } // namespace PageTransitionEventBinding
     122             : 
     123             : 
     124             : 
     125             : } // namespace dom
     126             : } // namespace mozilla
     127             : 
     128             : #endif // mozilla_dom_PageTransitionEventBinding_h

Generated by: LCOV version 1.13