| 132 | } |
| 133 | |
| 134 | bool PyObjectProxyHandler::has(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, |
| 135 | bool *bp) const { |
| 136 | return hasOwn(cx, proxy, id, bp); |
| 137 | } |
| 138 | |
| 139 | bool PyObjectProxyHandler::getOwnPropertyDescriptor( |
| 140 | JSContext *cx, JS::HandleObject proxy, JS::HandleId id, |
nothing calls this directly
no outgoing calls
no test coverage detected