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

Method getScope

src/main/java/org/dynjs/runtime/JSFunction.java:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 String[] getFormalParameters();
5
6 LexicalEnvironment getScope();
7
8 boolean hasInstance(ExecutionContext context, Object obj);
9

Callers 6

executeMethod · 0.65
emitFunctionMethod · 0.65
callMethod · 0.65
callMethod · 0.65
callMethod · 0.65

Implementers 2

IRJSFunctionsrc/main/java/org/dynjs/ir/IRJSFunctio
AbstractFunctionsrc/main/java/org/dynjs/runtime/Abstra

Calls

no outgoing calls

Tested by

no test coverage detected