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

Method getDefaultExecutionContext

src/main/java/org/dynjs/runtime/DynJS.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 public ExecutionContext getDefaultExecutionContext() {
106 return this.defaultExecutionContext;
107 }
108
109 public Object evaluate(String... sourceLines) {
110 StringBuilder buffer = new StringBuilder();

Callers 10

invokeMethodMethod · 0.95
getInterfaceMethod · 0.95
checkMethod · 0.80
assertNullMethod · 0.80
assertUndefinedMethod · 0.80
getContextMethod · 0.80
testNumberFunctionMethod · 0.80
testNumberCtorMethod · 0.80
executionContextMethod · 0.80

Calls

no outgoing calls

Tested by 7

checkMethod · 0.64
assertNullMethod · 0.64
assertUndefinedMethod · 0.64
getContextMethod · 0.64
testNumberFunctionMethod · 0.64
testNumberCtorMethod · 0.64