LCOV - code coverage report
Current view: top level - dom/base - DOMStringList.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 11 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 10 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2             : /* vim: set ts=8 sts=2 et sw=2 tw=80: */
       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             : #include "mozilla/dom/DOMStringList.h"
       8             : #include "mozilla/dom/DOMStringListBinding.h"
       9             : #include "nsContentUtils.h"
      10             : 
      11             : namespace mozilla {
      12             : namespace dom {
      13             : 
      14           0 : NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE_0(DOMStringList)
      15             : 
      16           0 : NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMStringList)
      17           0 : NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMStringList)
      18           0 : NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMStringList)
      19           0 :   NS_WRAPPERCACHE_INTERFACE_MAP_ENTRY
      20           0 :   NS_INTERFACE_MAP_ENTRY(nsISupports)
      21           0 : NS_INTERFACE_MAP_END
      22             : 
      23           0 : DOMStringList::~DOMStringList()
      24             : {
      25           0 : }
      26             : 
      27             : JSObject*
      28           0 : DOMStringList::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
      29             : {
      30           0 :   return DOMStringListBinding::Wrap(aCx, this, aGivenProto);
      31             : }
      32             : 
      33             : } // namespace dom
      34             : } // namespace mozilla

Generated by: LCOV version 1.13