| BaseProxyHandler.cpp |
|
13080 |
82 % |
| CrossCompartmentWrapper.cpp |
|
23789 |
93 % |
| DeadObjectProxy.cpp |
|
4870 |
72 % |
| DeadObjectProxy.h |
Standard internal methods. |
4121 |
100 % |
| DOMProxy.cpp |
DOM proxy-related functionality, including expando support. |
1471 |
62 % |
| DOMProxy.h |
DOM proxy details that don't need to be exported as friend API. |
976 |
100 % |
| moz.build |
|
768 |
- |
| OpaqueCrossCompartmentWrapper.cpp |
|
5578 |
21 % |
| Proxy.cpp |
|
35727 |
90 % |
| Proxy.h |
Dispatch point for handlers that executes the appropriate C++ or scripted
traps.
Important: All proxy methods need either (a) an AutoEnterPolicy in their
Proxy::foo entry point below or (b) an override in SecurityWrapper. See bug
945826 comment 0.
|
5104 |
- |
| ScriptedProxyHandler.cpp |
|
43303 |
93 % |
| ScriptedProxyHandler.h |
Derived class for all scripted proxy handlers. |
6004 |
100 % |
| SecurityWrapper.cpp |
|
3698 |
44 % |
| Wrapper.cpp |
Make the 'background-finalized-ness' of the wrapper the same as the
wrapped object, to allow transplanting between them.
|
17124 |
98 % |