MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / sandbox.js

File sandbox.js

demo/scripting/sandbox.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var $ = function(e){return window.document.getElementById(e);}
2var _e = function(text) { return text.replace('&', '&amp;').replace('<', '&lt;');}
3window.addEventListener('load',function(){
4 window.bscripter = new CCLScripting("../../dist/scripting/Worker.js");

Callers

nothing calls this directly

Calls 9

_eFunction · 0.85
fetchFileFunction · 0.85
onResizeFunction · 0.85
errorMethod · 0.80
$Function · 0.70
addEventListenerMethod · 0.65
getSandboxMethod · 0.65
evalMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected