MCPcopy Index your code
hub / github.com/dogescript/dogescript / stepQueue

Function stepQueue

index.js:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 var seen = [];
37
38 var stepQueue = function () {
39 while (queue.length > 0 && queue[0].ready) {
40 var script = queue.shift();
41 exec(script.text);
42 }
43 }
44
45 var exec = function (source) {
46 var js = ';\n' + parse(source);

Callers 2

getLoadEvalFunction · 0.85
processTagsFunction · 0.85

Calls 1

execFunction · 0.85

Tested by

no test coverage detected