MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / evaluate

Method evaluate

www/js/_hyperscript.js:671–673  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

669 }
670 }
671 evaluate(context) {
672 return context.meta.runtime.unifiedEval(this, context);
673 }
674 evalStatically() {
675 throw new Error("This expression cannot be evaluated statically: " + this.type);
676 }

Callers 15

unifiedEvalMethod · 0.45
implicitLoopWhenMethod · 0.45
evaluateNoPromiseMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
setMethod · 0.45
evaluateMethod · 0.45
continueWithMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
toggleMethod · 0.45

Calls 1

unifiedEvalMethod · 0.45

Tested by

no test coverage detected