(ExecutionContext context)
| 119 | } |
| 120 | |
| 121 | private Object callJitted(ExecutionContext context) { |
| 122 | return box.compiledFunction.call(context); |
| 123 | } |
| 124 | |
| 125 | private boolean tryCompile(ExecutionContext context) { |
| 126 | if (box.compiledFunction != null) { |