Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ getLastChild
Method
getLastChild
rhino/src/main/java/org/mozilla/javascript/Node.java:206–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
}
205
206
public
Node getLastChild() {
207
return
last;
208
}
209
210
public
Node getNext() {
211
return
next;
Callers
12
transformCompilationUnit_r
Method · 0.95
createDestructuringAssignment
Method · 0.95
initFunction
Method · 0.80
createForIn
Method · 0.80
createUnary
Method · 0.80
createAssignment
Method · 0.80
generateFunctionICode
Method · 0.80
visitExpression
Method · 0.80
simpleAssignment
Method · 0.80
toSource
Method · 0.80
findExpressionType
Method · 0.80
generateBodyCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected