MCPcopy 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?
87function isExternal(o)
88{
89 return false;
90}
91
92function objectToString(o)
93{

Callers 1

formatValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected