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

Method enumerate

src/PyObjectProxyHandler.cc:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool PyObjectProxyHandler::enumerate(JSContext *cx, JS::HandleObject proxy,
170 JS::MutableHandleIdVector props) const {
171 return this->ownPropertyKeys(cx, proxy, props);
172}
173
174bool PyObjectProxyHandler::hasOwn(JSContext *cx, JS::HandleObject proxy, JS::HandleId id,
175 bool *bp) const {

Callers

nothing calls this directly

Calls 1

ownPropertyKeysMethod · 0.95

Tested by

no test coverage detected