Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ expression
Method
expression
src/main/java/org/dynjs/parser/js/Parser.java:243–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
}
242
243
public
Expression expression() {
244
return
expression(false);
245
}
246
247
public
Expression expressionNoIn() {
248
return
expression(true);
Callers
15
primaryExpression
Method · 0.95
expressionNoIn
Method · 0.95
memberExpression
Method · 0.95
callExpression
Method · 0.95
newExpression
Method · 0.95
expressionStatement
Method · 0.95
ifStatement
Method · 0.95
returnStatement
Method · 0.95
throwStatement
Method · 0.95
withStatement
Method · 0.95
switchStatement
Method · 0.95
caseClause
Method · 0.95
Calls
4
assignmentExpression
Method · 0.95
la
Method · 0.95
consume
Method · 0.95
commaOperator
Method · 0.80
Tested by
no test coverage detected