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

Method has

src/PyDictProxyHandler.cc:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool PyDictProxyHandler::has(JSContext *cx, JS::HandleObject proxy, JS::HandleId id,
49 bool *bp) const {
50 return hasOwn(cx, proxy, id, bp);
51}
52
53bool PyDictProxyHandler::getOwnPropertyDescriptor(
54 JSContext *cx, JS::HandleObject proxy, JS::HandleId id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected