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

Method getOwnEnumerablePropertyKeys

src/PyDictProxyHandler.cc:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool PyDictProxyHandler::getOwnEnumerablePropertyKeys(
94 JSContext *cx, JS::HandleObject proxy,
95 JS::MutableHandleIdVector props) const {
96 return this->ownPropertyKeys(cx, proxy, props);
97}
98
99bool PyDictProxyHandler::defineProperty(JSContext *cx, JS::HandleObject proxy,
100 JS::HandleId id,

Callers

nothing calls this directly

Calls 1

ownPropertyKeysMethod · 0.95

Tested by

no test coverage detected