PythonMonkey v0.9.1 (dev)
|
This is the complete list of members for PyDictProxyHandler, including all inherited members.
defineProperty(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, JS::Handle< JS::PropertyDescriptor > desc, JS::ObjectOpResult &result) const override | PyDictProxyHandler | |
delete_(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, JS::ObjectOpResult &result) const override | PyDictProxyHandler | |
enumerate(JSContext *cx, JS::HandleObject proxy, JS::MutableHandleIdVector props) const override | PyDictProxyHandler | |
family | PyDictProxyHandler | static |
finalize(JS::GCContext *gcx, JSObject *proxy) const override | PyObjectProxyHandler | |
getBuiltinClass(JSContext *cx, JS::HandleObject proxy, js::ESClass *cls) const override | PyDictProxyHandler | |
getOwnEnumerablePropertyKeys(JSContext *cx, JS::HandleObject proxy, JS::MutableHandleIdVector props) const override | PyDictProxyHandler | |
getOwnPropertyDescriptor(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, JS::MutableHandle< mozilla::Maybe< JS::PropertyDescriptor > > desc) const override | PyDictProxyHandler | |
getPrototypeIfOrdinary(JSContext *cx, JS::HandleObject proxy, bool *isOrdinary, JS::MutableHandleObject protop) const override final | PyBaseProxyHandler | |
handleGetOwnPropertyDescriptor(JSContext *cx, JS::HandleId id, JS::MutableHandle< mozilla::Maybe< JS::PropertyDescriptor > > desc, PyObject *item) | PyObjectProxyHandler | static |
handleOwnPropertyKeys(JSContext *cx, PyObject *keys, size_t length, JS::MutableHandleIdVector props) | PyObjectProxyHandler | static |
has(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, bool *bp) const override | PyDictProxyHandler | |
hasOwn(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, bool *bp) const override | PyDictProxyHandler | |
isExtensible(JSContext *cx, JS::HandleObject proxy, bool *extensible) const override final | PyBaseProxyHandler | |
object_toLocaleString(JSContext *cx, unsigned argc, JS::Value *vp) | PyObjectProxyHandler | static |
object_toString(JSContext *cx, unsigned argc, JS::Value *vp) | PyObjectProxyHandler | static |
object_valueOf(JSContext *cx, unsigned argc, JS::Value *vp) | PyObjectProxyHandler | static |
ownPropertyKeys(JSContext *cx, JS::HandleObject proxy, JS::MutableHandleIdVector props) const override | PyDictProxyHandler | |
preventExtensions(JSContext *cx, JS::HandleObject proxy, JS::ObjectOpResult &result) const override final | PyBaseProxyHandler | |
PyBaseProxyHandler(const void *family) | PyBaseProxyHandler | |
PyDictProxyHandler() | PyDictProxyHandler | |
PyObjectProxyHandler() | PyObjectProxyHandler | |
PyObjectProxyHandler(const void *childFamily) | PyObjectProxyHandler | |
set(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, JS::HandleValue v, JS::HandleValue receiver, JS::ObjectOpResult &result) const override | PyDictProxyHandler |