| 105 | } |
| 106 | |
| 107 | bool PyDictProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy, |
| 108 | js::ESClass *cls) const { |
| 109 | *cls = js::ESClass::Object; |
| 110 | return true; |
| 111 | } |
nothing calls this directly
no outgoing calls
no test coverage detected