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

Method evalStatically

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

Source from the content-addressed store, hash-verified

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

Callers 15

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