Method
evaluate
(ExecutionContext context)
Source from the content-addressed store, hash-verified
| 2 | |
| 3 | public interface JSEval extends JSCode { |
| 4 | Object evaluate(ExecutionContext context); |
| 5 | } |
Implementers 2
DynJSsrc/main/java/org/dynjs/runtime/DynJS. Runnersrc/main/java/org/dynjs/runtime/Runner