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

Method enumerate

src/PyDictProxyHandler.cc:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool PyDictProxyHandler::enumerate(JSContext *cx, JS::HandleObject proxy,
81 JS::MutableHandleIdVector props) const {
82 return this->ownPropertyKeys(cx, proxy, props);
83}
84
85bool PyDictProxyHandler::hasOwn(JSContext *cx, JS::HandleObject proxy, JS::HandleId id,
86 bool *bp) const {

Callers

nothing calls this directly

Calls 1

ownPropertyKeysMethod · 0.95

Tested by

no test coverage detected