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

Method getBuiltinClass

src/PyObjectProxyHandler.cc:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool PyObjectProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy,
197 js::ESClass *cls) const {
198 *cls = js::ESClass::Object;
199 return true;
200}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected