Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getIdentifier
Method
getIdentifier
src/main/java/org/dynjs/ir/instructions/Call.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
Operand getIdentifier() {
58
return
identifier;
59
}
60
61
public
Operand[] getArgs() {
62
return
args;
Callers
9
execute
Method · 0.95
emitCall
Method · 0.45
buildDeclaredFunctions
Method · 0.45
visit
Method · 0.45
performFunctionDeclarationBindings
Method · 0.45
performVariableDeclarationBindings
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected