Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
deoptimizePath
Method · 0.45
markInitializersForDeoptimization
Method · 0.45
constructor
Method · 0.45
deoptimizeArgumentsOnCall
Method · 0.45
deoptimizeAllParameters
Method · 0.45
reassignAllParameters
Method · 0.45
applyDeoptimizations
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected