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

Method getBuiltinClass

src/PyDictProxyHandler.cc:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool PyDictProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy,
108 js::ESClass *cls) const {
109 *cls = js::ESClass::Object;
110 return true;
111}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected