| 46 | } |
| 47 | |
| 48 | bool PyDictProxyHandler::has(JSContext *cx, JS::HandleObject proxy, JS::HandleId id, |
| 49 | bool *bp) const { |
| 50 | return hasOwn(cx, proxy, id, bp); |
| 51 | } |
| 52 | |
| 53 | bool PyDictProxyHandler::getOwnPropertyDescriptor( |
| 54 | JSContext *cx, JS::HandleObject proxy, JS::HandleId id, |
nothing calls this directly
no outgoing calls
no test coverage detected