Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/closure-compiler
/ isFalse
Method
isFalse
src/com/google/javascript/rhino/Node.java:3388–3390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3386
}
3387
3388
public
final
boolean isFalse() {
3389
return
this.token == Token.FALSE;
3390
}
3391
3392
public
final
boolean isVanillaFor() {
3393
return
this.token == Token.FOR;
Callers
15
extractBooleanStringKeyValue
Method · 0.95
visit
Method · 0.95
processBrowserFieldAdvancedUsage
Method · 0.95
testSourceMapExtensions
Method · 0.80
testSourceMapMergeExtensions
Method · 0.80
testSourceRoot
Method · 0.80
assertNotMatch
Method · 0.80
testCreateInc_prefix_jstypes
Method · 0.80
testCreateInc_prefix_colors
Method · 0.80
assertNotShorthandProperty
Method · 0.80
testNormalInputs
Method · 0.80
testWarningsFiltering
Method · 0.80
Calls
no outgoing calls
Tested by
15
testSourceMapExtensions
Method · 0.64
testSourceMapMergeExtensions
Method · 0.64
testSourceRoot
Method · 0.64
assertNotMatch
Method · 0.64
testCreateInc_prefix_jstypes
Method · 0.64
testCreateInc_prefix_colors
Method · 0.64
assertNotShorthandProperty
Method · 0.64
testNormalInputs
Method · 0.64
testWarningsFiltering
Method · 0.64
testChecksOnlyModeSkipsOptimizations
Method · 0.64
testAnnotation
Method · 0.64
restoreState_doesNotCreateColorRegistryIfTypecheckingSkipped
Method · 0.64