Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ isNull
Method
isNull
lib/javascript/BasicEvaluatedExpression.js:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
isNull() {
93
return
this.
type
=== TypeNull;
94
}
95
96
isUndefined() {
97
return
this.
type
=== TypeUndefined;
Callers
5
asBool
Method · 0.95
asNullish
Method · 0.95
asString
Method · 0.95
toInlinedValue
Function · 0.80
_initializeEvaluating
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected