Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ evaluate
Method
evaluate
src/parsetree/base.js:69–71 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
67
}
68
69
evaluate(context) {
70
return
context.meta.runtime.unifiedEval(this, context);
71
}
72
73
evalStatically() {
74
throw
new
Error(
"This expression cannot be evaluated statically: "
+ this.
type
);
Callers
8
evaluate
Function · 0.45
unifiedEval
Method · 0.45
implicitLoopWhen
Method · 0.45
evaluateNoPromise
Method · 0.45
run
Function · 0.45
run
Function · 0.45
run
Function · 0.45
createAttrs
Function · 0.45
Calls
1
unifiedEval
Method · 0.45
Tested by
no test coverage detected