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