Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ typeofOperator
Method
typeofOperator
src/main/java/org/dynjs/parser/js/ASTFactory.java:353–355 ·
view source on GitHub ↗
(Expression expr)
Source
from the content-addressed store, hash-verified
351
}
352
353
public
Expression typeofOperator(Expression expr) {
354
return
new
TypeOfOpExpression(expr);
355
}
356
357
public
Expression preIncrementOperator(Expression expr) {
358
return
new
PreOpExpression(expr,
"++"
);
Callers
1
unaryExpression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected