Bug 1842773 - Part 19: Add guard instruction for fixed-length typed arrays. r=sfink...
[gecko.git] / js / xpconnect / src / XPCForwards.h
blob56ad9840252ef06104debeaf12c27890d6c0d73a
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/. */
7 /* Private forward declarations. */
9 #ifndef xpcforwards_h___
10 #define xpcforwards_h___
12 // forward declarations of internally used classes...
14 class nsXPConnect;
15 class XPCJSContext;
16 class XPCJSRuntime;
17 class XPCContext;
18 class XPCCallContext;
20 class XPCJSThrower;
22 class nsXPCWrappedJS;
24 class XPCNativeMember;
25 class XPCNativeInterface;
26 class XPCNativeSet;
28 class XPCWrappedNative;
29 class XPCWrappedNativeProto;
30 class XPCWrappedNativeTearOff;
32 class JSObject2WrappedJSMap;
33 class Native2WrappedNativeMap;
34 class IID2NativeInterfaceMap;
35 class ClassInfo2NativeSetMap;
36 class ClassInfo2WrappedNativeProtoMap;
37 class NativeSetMap;
38 class JSObject2JSObjectMap;
40 class nsXPCComponents;
41 class nsXPCComponents_Interfaces;
42 class nsXPCComponents_Classes;
43 class nsXPCComponents_Results;
44 class nsXPCComponents_ID;
45 class nsXPCComponents_Exception;
46 class nsXPCComponents_Constructor;
47 class nsXPCComponents_Utils;
49 class AutoMarkingPtr;
51 #endif /* xpcforwards_h___ */