Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.65
emitFunction
Method · 0.65
call
Method · 0.65
call
Method · 0.65
createFunctionExecutionContext
Method · 0.65
call
Method · 0.65
Implementers
2
IRJSFunction
src/main/java/org/dynjs/ir/IRJSFunctio
AbstractFunction
src/main/java/org/dynjs/runtime/Abstra
Calls
no outgoing calls
Tested by
no test coverage detected