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

Method getBuiltinClass

src/PyListProxyHandler.cc:2173–2176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2171}
2172
2173bool PyListProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy, js::ESClass *cls) const {
2174 *cls = js::ESClass::Array;
2175 return true;
2176}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected