Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ isExternal
Function
isExternal
python/pythonmonkey/builtin_modules/util.js:87–90 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
85
*/
86
// TODO (Tom Tang): What's the equivalent in SpiderMonkey?
87
function
isExternal(o)
88
{
89
return
false;
90
}
91
92
function
objectToString(o)
93
{
Callers
1
formatValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected