Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isInProlog
Method
isInProlog
src/main/java/org/dynjs/parser/js/ParserContext.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
boolean isInProlog() {
53
return
this.inProlog;
54
}
55
56
void
setInProlog(boolean inProlog) {
57
this.inProlog = inProlog;
Callers
1
sourceElements
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected