MCPcopy
hub / github.com/rollup/rollup / markReassigned

Method markReassigned

src/ast/variables/Variable.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30 readonly isReassigned = false;
31 markReassigned() {
32 (this as { isReassigned: boolean }).isReassigned = true;
33 }
34
35 constructor(public name: string) {
36 super();

Callers 7

deoptimizePathMethod · 0.45
constructorMethod · 0.45
reassignAllParametersMethod · 0.45
applyDeoptimizationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected