Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ setLp
Method
setLp
rhino/src/main/java/org/mozilla/javascript/ast/LetNode.java:88–90 ·
view source on GitHub ↗
Sets left paren position
(int lp)
Source
from the content-addressed store, hash-verified
86
87
/** Sets left paren position */
88
public
void
setLp(
int
lp) {
89
this.lp = lp;
90
}
91
92
/** Returns right paren position, -1
if
missing */
93
public
int
getRp() {
Callers
1
let
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected