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

Method evaluate

src/main/java/org/dynjs/runtime/JSEval.java:4–4  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

2
3public interface JSEval extends JSCode {
4 Object evaluate(ExecutionContext context);
5}

Callers 7

evalLinesMethod · 0.65
evalMethod · 0.65
executeMethod · 0.65
evaluateMethod · 0.65
callMethod · 0.65

Implementers 2

DynJSsrc/main/java/org/dynjs/runtime/DynJS.
Runnersrc/main/java/org/dynjs/runtime/Runner

Calls

no outgoing calls

Tested by 4

evalLinesMethod · 0.52
evalMethod · 0.52