Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ laToken
Method
laToken
src/main/java/org/dynjs/parser/js/Parser.java:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
protected
Token laToken() {
84
return
this.stream.peekToken();
85
}
86
87
protected
Token laToken(
int
pos) {
88
return
this.stream.peekToken(pos);
Callers
9
primaryExpression
Method · 0.95
objectLiteral
Method · 0.95
propertySet
Method · 0.95
propertyGet
Method · 0.95
namedValue
Method · 0.95
memberExpression
Method · 0.95
continueStatement
Method · 0.95
breakStatement
Method · 0.95
iterationStatement
Method · 0.95
Calls
1
peekToken
Method · 0.65
Tested by
no test coverage detected