LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/dom/bindings - RecordErrorEvent.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 33 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 14 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2             : /* vim:set ts=2 sw=2 sts=2 et cindent: */
       3             : /* This Source Code Form is subject to the terms of the Mozilla Public
       4             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       5             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       6             : 
       7             : /* THIS FILE IS AUTOGENERATED FROM RecordErrorEvent.webidl BY Codegen.py - DO NOT EDIT */
       8             : 
       9             : #include "EventBinding.h"
      10             : #include "RecordErrorEvent.h"
      11             : #include "RecordErrorEventBinding.h"
      12             : #include "js/GCAPI.h"
      13             : #include "mozilla/dom/Nullable.h"
      14             : #include "mozilla/dom/PrimitiveConversions.h"
      15             : #include "mozilla/dom/RecordErrorEvent.h"
      16             : 
      17             : namespace mozilla {
      18             : namespace dom {
      19             : 
      20             : 
      21             : NS_IMPL_CYCLE_COLLECTION_CLASS(RecordErrorEvent)
      22             : 
      23           0 : NS_IMPL_ADDREF_INHERITED(RecordErrorEvent, Event)
      24           0 : NS_IMPL_RELEASE_INHERITED(RecordErrorEvent, Event)
      25             : 
      26           0 : NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(RecordErrorEvent, Event)
      27           0 : NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
      28             : 
      29           0 : NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(RecordErrorEvent, Event)
      30           0 : NS_IMPL_CYCLE_COLLECTION_TRACE_END
      31             : 
      32           0 : NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(RecordErrorEvent, Event)
      33           0 : NS_IMPL_CYCLE_COLLECTION_UNLINK_END
      34             : 
      35           0 : NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(RecordErrorEvent)
      36           0 : NS_INTERFACE_MAP_END_INHERITING(Event)
      37             : 
      38           0 : RecordErrorEvent::RecordErrorEvent(mozilla::dom::EventTarget* aOwner)
      39           0 :   : Event(aOwner, nullptr, nullptr)
      40             : {
      41           0 : }
      42             : 
      43           0 : RecordErrorEvent::~RecordErrorEvent()
      44             : {
      45           0 : }
      46             : 
      47             : RecordErrorEvent*
      48           0 : RecordErrorEvent::AsRecordErrorEvent()
      49             : {
      50           0 :   return this;
      51             : }
      52             : 
      53             : JSObject*
      54           0 : RecordErrorEvent::WrapObjectInternal(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
      55             : {
      56           0 :   return RecordErrorEventBinding::Wrap(aCx, this, aGivenProto);
      57             : }
      58             : 
      59             : already_AddRefed<RecordErrorEvent>
      60           0 : RecordErrorEvent::Constructor(mozilla::dom::EventTarget* aOwner, const nsAString& aType, const RecordErrorEventInit& aEventInitDict)
      61             : {
      62           0 :   RefPtr<RecordErrorEvent> e = new RecordErrorEvent(aOwner);
      63           0 :   bool trusted = e->Init(aOwner);
      64           0 :   e->InitEvent(aType, aEventInitDict.mBubbles, aEventInitDict.mCancelable);
      65           0 :   e->mName = aEventInitDict.mName;
      66           0 :   e->SetTrusted(trusted);
      67           0 :   e->SetComposed(aEventInitDict.mComposed);
      68           0 :   return e.forget();
      69             : }
      70             : 
      71             : already_AddRefed<RecordErrorEvent>
      72           0 : RecordErrorEvent::Constructor(const GlobalObject& aGlobal, const nsAString& aType, const RecordErrorEventInit& aEventInitDict, ErrorResult& aRv)
      73             : {
      74           0 :   nsCOMPtr<mozilla::dom::EventTarget> owner = do_QueryInterface(aGlobal.GetAsSupports());
      75           0 :   return Constructor(owner, aType, aEventInitDict);
      76             : }
      77             : 
      78             : void
      79           0 : RecordErrorEvent::GetName(nsString& aRetVal) const
      80             : {
      81           0 :   aRetVal = mName;
      82           0 : }
      83             : 
      84             : 
      85             : } // namespace dom
      86             : } // namespace mozilla

Generated by: LCOV version 1.13