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

Function array_keys

src/PyBytesProxyHandler.cc:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237static bool array_keys(JSContext *cx, unsigned argc, JS::Value *vp) {
238 return array_iterator_func(cx, argc, vp, ITEM_KIND_KEY);
239}
240
241static bool array_values(JSContext *cx, unsigned argc, JS::Value *vp) {
242 return array_iterator_func(cx, argc, vp, ITEM_KIND_VALUE);

Callers

nothing calls this directly

Calls 1

array_iterator_funcFunction · 0.70

Tested by

no test coverage detected