MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / evaluate

Method evaluate

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

Source from the content-addressed store, hash-verified

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

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