| 2166 | } |
| 2167 | |
| 2168 | bool PyListProxyHandler::isArray(JSContext *cx, JS::HandleObject proxy, JS::IsArrayAnswer *answer) const { |
| 2169 | *answer = JS::IsArrayAnswer::Array; |
| 2170 | return true; |
| 2171 | } |
| 2172 | |
| 2173 | bool PyListProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy, js::ESClass *cls) const { |
| 2174 | *cls = js::ESClass::Array; |