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

Method interpret

src/main/java/org/dynjs/parser/ast/PropertySet.java:31–39  ·  view source on GitHub ↗
(ExecutionContext context)

Source from the content-addressed store, hash-verified

29 }
30
31 @Override
32 public Object interpret(ExecutionContext context) {
33 JSFunction compiledFn = ((ExecutionContext) context).getCompiler().compileFunction((ExecutionContext) context,
34 null,
35 new String[]{getIdentifier()},
36 getBlock(),
37 context.isStrict());
38 return(compiledFn);
39 }
40}

Callers

nothing calls this directly

Calls 5

getIdentifierMethod · 0.95
getCompilerMethod · 0.65
isStrictMethod · 0.65
compileFunctionMethod · 0.45
getBlockMethod · 0.45

Tested by

no test coverage detected