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

Method evalStatically

www/js/_hyperscript.esm.js:672–674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670 return context.meta.runtime.unifiedEval(this, context);
671 }
672 evalStatically() {
673 throw new Error("This expression cannot be evaluated statically: " + this.type);
674 }
675};
676var Command = class extends ParseElement {
677 constructor() {

Callers 11

evalStaticallyMethod · 0.45
evalStaticallyMethod · 0.45
parseMethod · 0.45
resolveMethod · 0.45
evalStaticallyMethod · 0.45
parseConversionInfoMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected