MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / getOwnEnumerablePropertyKeys

Method getOwnEnumerablePropertyKeys

src/PyObjectProxyHandler.cc:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182bool PyObjectProxyHandler::getOwnEnumerablePropertyKeys(
183 JSContext *cx, JS::HandleObject proxy,
184 JS::MutableHandleIdVector props) const {
185 return this->ownPropertyKeys(cx, proxy, props);
186}
187
188bool PyObjectProxyHandler::defineProperty(JSContext *cx, JS::HandleObject proxy,
189 JS::HandleId id,

Callers

nothing calls this directly

Calls 1

ownPropertyKeysMethod · 0.95

Tested by

no test coverage detected