MCPcopy
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

1var 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

invokeFunction · 0.85
createFunction · 0.85
listenerFunction · 0.85
notifyUpFunction · 0.85
hue2rgbFunction · 0.85
clearIntervalFunction · 0.85
getObjectMethod · 0.80
logMethod · 0.80
toRGBFunction · 0.70
addEventListenerMethod · 0.65
traceFunction · 0.50

Tested by

no test coverage detected