Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stepQueue
Function · 0.85
buildProject
Function · 0.85
runTest
Function · 0.85
Calls
1
parse
Function · 0.85
Tested by
1
runTest
Function · 0.68