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

Method callJitted

src/main/java/org/dynjs/ir/IRJSFunction.java:121–123  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

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) {

Callers 1

callMethod · 0.95

Calls 1

callMethod · 0.65

Tested by

no test coverage detected