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

Function array_entries

src/PyBytesProxyHandler.cc:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233static bool array_entries(JSContext *cx, unsigned argc, JS::Value *vp) {
234 return array_iterator_func(cx, argc, vp, ITEM_KIND_KEY_AND_VALUE);
235}
236
237static bool array_keys(JSContext *cx, unsigned argc, JS::Value *vp) {
238 return array_iterator_func(cx, argc, vp, ITEM_KIND_KEY);

Callers

nothing calls this directly

Calls 1

array_iterator_funcFunction · 0.70

Tested by

no test coverage detected