| 2171 | } |
| 2172 | |
| 2173 | bool PyListProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy, js::ESClass *cls) const { |
| 2174 | *cls = js::ESClass::Array; |
| 2175 | return true; |
| 2176 | } |
nothing calls this directly
no outgoing calls
no test coverage detected