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

Method interpret

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

Source from the content-addressed store, hash-verified

18 List<FunctionDeclaration> getFunctionDeclarations();
19
20 Object interpret(ExecutionContext context);
21}

Callers 15

interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.95
interpretMethod · 0.65
interpretMethod · 0.65
interpretMethod · 0.65
interpretMethod · 0.65

Implementers 5

BlockStatementsrc/main/java/org/dynjs/parser/ast/Blo
CompoundAssignmentExpressionsrc/main/java/org/dynjs/parser/ast/Com
ExpressionStatementsrc/main/java/org/dynjs/parser/ast/Exp
FunctionDeclarationsrc/main/java/org/dynjs/parser/ast/Fun
AbstractExpressionsrc/main/java/org/dynjs/parser/ast/Abs

Calls

no outgoing calls

Tested by

no test coverage detected