fune/js/xpconnect/wrappers
Peter Van der Beken c29883d3fd Bug 1870459 - Make legacycaller work through Xrays. r=jandem
HTMLAllCollection is marked as legacycaller (which means it supports doing
document.all(anindex)). But it also has an indexed getter, so we implement it
using a proxy. Proxies don't have a call op in their JSClassOps, so we need to
use BaseProxyHandler::call for them.

Differential Revision: https://phabricator.services.mozilla.com/D196663
2024-01-17 16:28:26 +00:00
..
AccessCheck.cpp Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
AccessCheck.h
ChromeObjectWrapper.cpp
ChromeObjectWrapper.h
FilteringWrapper.cpp
FilteringWrapper.h
moz.build
WaiveXrayWrapper.cpp
WaiveXrayWrapper.h
WrapperFactory.cpp Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
WrapperFactory.h
XrayWrapper.cpp Bug 1870459 - Make legacycaller work through Xrays. r=jandem 2024-01-17 16:28:26 +00:00
XrayWrapper.h