MCPcopy
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

asBoolMethod · 0.95
asNullishMethod · 0.95
asStringMethod · 0.95
toInlinedValueFunction · 0.80
_initializeEvaluatingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected