MCPcopy Create free account
hub / github.com/dogescript/dogescript / exec

Function exec

index.js:45–53  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

43 }
44
45 var exec = function (source) {
46 var js = ';\n' + parse(source);
47 if (js) {
48 // TODO: Evaluate me and if i work
49 // with (window) {
50 eval(js);
51 // }
52 }
53 }
54
55 var getLoadEval = function (script) {
56 var res = {

Callers 3

stepQueueFunction · 0.85
buildProjectFunction · 0.85
runTestFunction · 0.85

Calls 1

parseFunction · 0.85

Tested by 1

runTestFunction · 0.68