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

Method evaluate

tools/common/_hyperscript.iife.js:664–666  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

662 }
663 }
664 evaluate(context) {
665 return context.meta.runtime.unifiedEval(this, context);
666 }
667 evalStatically() {
668 throw new Error("This expression cannot be evaluated statically: " + this.type);
669 }

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
toggleMethod · 0.45
resolveMethod · 0.45

Calls 1

unifiedEvalMethod · 0.45

Tested by

no test coverage detected