Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ getBody
Method
getBody
rhino/src/main/java/org/mozilla/javascript/ast/Loop.java:27–29 ·
view source on GitHub ↗
Returns loop body
()
Source
from the content-addressed store, hash-verified
25
26
/** Returns loop body */
27
public
AstNode getBody() {
28
return
body;
29
}
30
31
/**
32
* Sets loop body. Sets the parent of the body to this loop node, and updates its offset to be
Callers
15
transformDoLoop
Method · 0.45
transformForInLoop
Method · 0.45
transformForLoop
Method · 0.45
transformFunction
Method · 0.45
transformLetNode
Method · 0.45
transformTry
Method · 0.45
transformWhileLoop
Method · 0.45
controlFlowDo
Method · 0.45
controlFlowWhile
Method · 0.45
controlFlowFor
Method · 0.45
controlFlowForIn
Method · 0.45
controlFlowForOf
Method · 0.45
Calls
no outgoing calls
Tested by
11
controlFlowDo
Method · 0.36
controlFlowWhile
Method · 0.36
controlFlowFor
Method · 0.36
controlFlowForIn
Method · 0.36
controlFlowForOf
Method · 0.36
controlFlowLabels
Method · 0.36
inlinecommentForSt
Method · 0.36
inlinecommentForStWithSingleSt
Method · 0.36
inlinecommentWhileWithSingleSt
Method · 0.36
inlinecommentDoWhileWithSingleSt
Method · 0.36
inlinecommentDoWhileWithSingleStWithouSemi
Method · 0.36