michael@0: /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "domstubs.idl" michael@0: michael@0: [scriptable, uuid(cb439c73-0129-4289-a349-c5216e6b912a)] michael@0: interface nsIDOMGlobalObjectConstructor : nsISupports michael@0: { michael@0: /* michael@0: * JS use only michael@0: * michael@0: * The constructor() method will be called with any parameters passed michael@0: * to the object constructor. michael@0: * If the JS implementation returns a value, it will be ignored. michael@0: */ michael@0: void constructor(); michael@0: };