MCPcopy Create free account
hub / github.com/beanshell/beanshell / getGlobal

Method getGlobal

engine/src/bsh/engine/BshScriptEngine.java:346–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344
345
346 private bsh.This getGlobal() {
347 // requires 2.0b5 to make getThis() public
348 return getEngineNameSpace(getContext()).getThis(getInterpreter());
349 }
350
351 /*
352 This is a total hack. We need to introduce a writer to the

Callers 2

invokeFunctionMethod · 0.95
getInterfaceMethod · 0.95

Calls 4

getEngineNameSpaceMethod · 0.95
getInterpreterMethod · 0.95
getContextMethod · 0.65
getThisMethod · 0.45

Tested by

no test coverage detected