Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.95
interpret
Method · 0.65
interpret
Method · 0.65
interpret
Method · 0.65
interpret
Method · 0.65
Implementers
5
BlockStatement
src/main/java/org/dynjs/parser/ast/Blo
CompoundAssignmentExpression
src/main/java/org/dynjs/parser/ast/Com
ExpressionStatement
src/main/java/org/dynjs/parser/ast/Exp
FunctionDeclaration
src/main/java/org/dynjs/parser/ast/Fun
AbstractExpression
src/main/java/org/dynjs/parser/ast/Abs
Calls
no outgoing calls
Tested by
no test coverage detected