Name Description Size Coverage
AccessCheck.cpp stopAtWindowProxy = 5784 95 %
AccessCheck.h Returns true if the given object (which is expected to be stripped of cross-compartment wrappers in practice, but this function doesn't assume that) is a WindowProxy or Location object, which need special wrapping behavior due to being usable cross-origin in limited ways. 4277 70 %
ChromeObjectWrapper.cpp 1485 0 %
ChromeObjectWrapper.h namespace xpc 1614 -
FilteringWrapper.cpp 5696 80 %
FilteringWrapper.h FilteringWrapper_h_ 2234 0 %
moz.build 755 -
WaiveXrayWrapper.cpp 3486 78 %
WaiveXrayWrapper.h 1890 -
WrapperFactory.cpp static 32449 93 %
WrapperFactory.h A wrapper that's only used for cross-origin objects. This should be just like a CrossCompartmentWrapper but (as an implementation detail) doesn't actually do any compartment-entering and (as an implementation detail) delegates all the security decisions and compartment-entering to the target object, which is always a proxy. We could also inherit from CrossCompartmentWrapper but then we would need to override all the proxy hooks to avoid the compartment-entering bits. 4554 100 %
XrayWrapper.cpp stopAtWindowProxy = 87772 88 %
XrayWrapper.h stopAtWindowProxy = 19879 76 %