forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| AccessCheck.cpp | ||
| AccessCheck.h | ||
| ChromeObjectWrapper.cpp | ||
| ChromeObjectWrapper.h | ||
| FilteringWrapper.cpp | ||
| FilteringWrapper.h | ||
| moz.build | ||
| WaiveXrayWrapper.cpp | ||
| WaiveXrayWrapper.h | ||
| WrapperFactory.cpp | ||
| WrapperFactory.h | ||
| XrayWrapper.cpp | ||
| XrayWrapper.h | ||