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

Method isArray

src/PyListProxyHandler.cc:2168–2171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2166}
2167
2168bool PyListProxyHandler::isArray(JSContext *cx, JS::HandleObject proxy, JS::IsArrayAnswer *answer) const {
2169 *answer = JS::IsArrayAnswer::Array;
2170 return true;
2171}
2172
2173bool PyListProxyHandler::getBuiltinClass(JSContext *cx, JS::HandleObject proxy, js::ESClass *cls) const {
2174 *cls = js::ESClass::Array;

Callers 1

formatValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected