MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / array_values

Function array_values

src/PyListProxyHandler.cc:1953–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1951}
1952
1953static bool array_values(JSContext *cx, unsigned argc, JS::Value *vp) {
1954 return array_iterator_func(cx, argc, vp, ITEM_KIND_VALUE);
1955}
1956
1957
1958static JSMethodDef array_methods[] = {

Callers

nothing calls this directly

Calls 1

array_iterator_funcFunction · 0.70

Tested by

no test coverage detected