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

Method interpret

src/main/java/org/dynjs/parser/ast/PropertyGet.java:20–28  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

18 }
19
20 @Override
21 public Object interpret(ExecutionContext context) {
22 JSFunction compiledFn = ((ExecutionContext) context).getCompiler().compileFunction((ExecutionContext) context,
23 null,
24 new String[]{},
25 getBlock(),
26 context.isStrict());
27 return(compiledFn);
28 }
29
30}

Callers

nothing calls this directly

Calls 4

getCompilerMethod · 0.65
isStrictMethod · 0.65
compileFunctionMethod · 0.45
getBlockMethod · 0.45

Tested by

no test coverage detected