Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ libBase.js
File
libBase.js
experimental/scripting/deprecated/libraries/libBase.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
Runtime =
new
function
(){
2
/** Keeps track of rubbish collection **/
3
var
rtobjects = {}, rtlisteners = {};
4
var
counts = {objcount : 0, listenercount : 0};
Callers
nothing calls this directly
Calls
11
invoke
Function · 0.85
create
Function · 0.85
listener
Function · 0.85
notifyUp
Function · 0.85
hue2rgb
Function · 0.85
clearInterval
Function · 0.85
getObject
Method · 0.80
log
Method · 0.80
toRGB
Function · 0.70
addEventListener
Method · 0.65
trace
Function · 0.50
Tested by
no test coverage detected