MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / Host.js

File Host.js

src/scripting/Host.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var CCLScripting = function(workerUrl){
2 this.version = 1.0;
3 this.workerUrl = workerUrl;
4 this.logger = new function(){

Callers

nothing calls this directly

Calls 15

alertFunction · 0.85
errorMethod · 0.80
hasOwnPropertyMethod · 0.80
warnMethod · 0.80
logMethod · 0.80
terminateMethod · 0.80
getDimensionsMethod · 0.80
registerObjectMethod · 0.80
deregisterObjectMethod · 0.80
callMethodMethod · 0.80
updatePropertyMethod · 0.80
getWorkerMethod · 0.65

Tested by

no test coverage detected