| 1951 | } |
| 1952 | |
| 1953 | static bool array_values(JSContext *cx, unsigned argc, JS::Value *vp) { |
| 1954 | return array_iterator_func(cx, argc, vp, ITEM_KIND_VALUE); |
| 1955 | } |
| 1956 | |
| 1957 | |
| 1958 | static JSMethodDef array_methods[] = { |
nothing calls this directly
no test coverage detected