base class for PyDictProxyHandler and PyListProxyHandler
More...
#include <PyBaseProxyHandler.hh>
◆ PyBaseProxyHandler()
PyBaseProxyHandler::PyBaseProxyHandler |
( |
const void * |
family | ) |
|
◆ getPrototypeIfOrdinary()
bool PyBaseProxyHandler::getPrototypeIfOrdinary |
( |
JSContext * |
cx, |
|
|
JS::HandleObject |
proxy, |
|
|
bool * |
isOrdinary, |
|
|
JS::MutableHandleObject |
protop |
|
) |
| const |
|
finaloverride |
◆ isExtensible()
bool PyBaseProxyHandler::isExtensible |
( |
JSContext * |
cx, |
|
|
JS::HandleObject |
proxy, |
|
|
bool * |
extensible |
|
) |
| const |
|
finaloverride |
◆ preventExtensions()
bool PyBaseProxyHandler::preventExtensions |
( |
JSContext * |
cx, |
|
|
JS::HandleObject |
proxy, |
|
|
JS::ObjectOpResult & |
result |
|
) |
| const |
|
finaloverride |
The documentation for this struct was generated from the following files: