Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/javascript-playgrounds
/ evaluate
Method
evaluate
components/player/Sandbox.js:223–227 ·
view source on GitHub ↗
(filename, code)
Source
from the content-addressed store, hash-verified
221
}
222
223
evaluate(filename, code) {
224
const
wrapped = prefix + code + getSuffix(filename)
225
226
eval(wrapped)
227
}
228
229
render() {
230
return
(
Callers
6
_default
Function · 0.80
player-bundle.js
File · 0.80
i
Function · 0.80
n
Function · 0.80
Class · 0.80
runApplication
Method · 0.80
Calls
1
getSuffix
Function · 0.70
Tested by
no test coverage detected