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

Function array_values

src/PyBytesProxyHandler.cc:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static bool array_values(JSContext *cx, unsigned argc, JS::Value *vp) {
242 return array_iterator_func(cx, argc, vp, ITEM_KIND_VALUE);
243}
244
245
246static JSMethodDef array_methods[] = {

Callers

nothing calls this directly

Calls 1

array_iterator_funcFunction · 0.70

Tested by

no test coverage detected