Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ isExtensible
Method
isExtensible
src/PyBaseProxyHandler.cc:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool PyBaseProxyHandler::isExtensible(JSContext *cx, JS::HandleObject proxy,
60
bool *extensible) const {
61
*extensible = false;
62
return true;
63
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected