MCPcopy
hub / github.com/webpack/webpack / isFree

Method isFree

lib/javascript/JavascriptParser.js:336–338  ·  view source on GitHub ↗

* Checks whether this variable info is free. * @returns {boolean} the variable is free or not

()

Source from the content-addressed store, hash-verified

334 * @returns {boolean} the variable is free or not
335 */
336 isFree() {
337 return (this.flags & VariableInfoFlags.Free) > 0;
338 }
339
340 /**
341 * Checks whether this variable info is tagged.

Callers 5

_initializeEvaluatingMethod · 0.80
_callHooksForInfoMethod · 0.80
isVariableDefinedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected