MCPcopy Create free account
hub / github.com/dynjs/dynjs / interpret

Method interpret

src/main/java/org/dynjs/parser/ast/NamedValue.java:33–35  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

31 }
32
33 public Object interpret(ExecutionContext context) {
34 return getExpr().interpret(context);
35 }
36}

Callers

nothing calls this directly

Calls 2

getExprMethod · 0.95
interpretMethod · 0.65

Tested by

no test coverage detected