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

Function array_toString

src/PyListProxyHandler.cc:1550–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550static bool array_toString(JSContext *cx, unsigned argc, JS::Value *vp) {
1551 return array_join(cx, argc, vp);
1552}
1553
1554static bool array_toLocaleString(JSContext *cx, unsigned argc, JS::Value *vp) {
1555 JS::CallArgs args = JS::CallArgsFromVp(argc, vp);

Callers

nothing calls this directly

Calls 1

array_joinFunction · 0.85

Tested by

no test coverage detected