We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cd383 commit 51b401dCopy full SHA for 51b401d
src/PyObjectProxyHandler.cc
@@ -72,7 +72,6 @@ bool PyObjectProxyHandler::handleOwnPropertyKeys(JSContext *cx, PyObject *keys,
72
return true;
73
}
74
75
-// TODO need to let subclasses call superclass methods
76
bool PyObjectProxyHandler::handleGetOwnPropertyDescriptor(JSContext *cx, JS::HandleId id,
77
JS::MutableHandle<mozilla::Maybe<JS::PropertyDescriptor>> desc, PyObject *item) {
78
// see if we're calling a function
0 commit comments