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

Method evalStatically

tools/common/_hyperscript.iife.js:667–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

665 return context.meta.runtime.unifiedEval(this, context);
666 }
667 evalStatically() {
668 throw new Error("This expression cannot be evaluated statically: " + this.type);
669 }
670 };
671 var Command = class extends ParseElement {
672 constructor() {

Callers 12

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
evalStatically.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected