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

Function iterable_valueOf

src/PyIterableProxyHandler.cc:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static bool iterable_valueOf(JSContext *cx, unsigned argc, JS::Value *vp) {
105 return toPrimitive(cx, argc, vp);
106}
107
108static JSMethodDef iterable_methods[] = {
109 {"next", iterable_next, 0},

Callers

nothing calls this directly

Calls 1

toPrimitiveFunction · 0.85

Tested by

no test coverage detected