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

Function array_entries

src/PyListProxyHandler.cc:1945–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1943}
1944
1945static bool array_entries(JSContext *cx, unsigned argc, JS::Value *vp) {
1946 return array_iterator_func(cx, argc, vp, ITEM_KIND_KEY_AND_VALUE);
1947}
1948
1949static bool array_keys(JSContext *cx, unsigned argc, JS::Value *vp) {
1950 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