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

Method has

src/PyObjectProxyHandler.cc:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool PyObjectProxyHandler::has(JSContext *cx, JS::HandleObject proxy, JS::HandleId id,
135 bool *bp) const {
136 return hasOwn(cx, proxy, id, bp);
137}
138
139bool PyObjectProxyHandler::getOwnPropertyDescriptor(
140 JSContext *cx, JS::HandleObject proxy, JS::HandleId id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected