Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ setRp
Method
setRp
rhino/src/main/java/org/mozilla/javascript/ast/LetNode.java:98–100 ·
view source on GitHub ↗
Sets right paren position
(int rp)
Source
from the content-addressed store, hash-verified
96
97
/** Sets right paren position */
98
public
void
setRp(
int
rp) {
99
this.rp = rp;
100
}
101
102
/** Sets both paren positions */
103
public
void
setParens(
int
lp,
int
rp) {
Callers
1
let
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected