MCPcopy 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

evaluateFunction · 0.45
unifiedEvalMethod · 0.45
implicitLoopWhenMethod · 0.45
evaluateNoPromiseMethod · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
createAttrsFunction · 0.45

Calls 1

unifiedEvalMethod · 0.45

Tested by

no test coverage detected