| 194 | } |
| 195 | |
| 196 | bool PyObjectProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy, |
| 197 | js::ESClass *cls) const { |
| 198 | *cls = js::ESClass::Object; |
| 199 | return true; |
| 200 | } |
nothing calls this directly
no outgoing calls
no test coverage detected