MCPcopy
hub / github.com/rollup/rollup / addArgumentToBeDeoptimized

Function addArgumentToBeDeoptimized

src/ast/variables/ArgumentsVariable.ts:40–46  ·  view source on GitHub ↗
(this: ArgumentsVariable, argument: ExpressionEntity)

Source from the content-addressed store, hash-verified

38}
39
40function addArgumentToBeDeoptimized(this: ArgumentsVariable, argument: ExpressionEntity) {
41 if (this.included) {
42 argument.deoptimizePath(UNKNOWN_PATH);
43 } else {
44 this.deoptimizedArguments?.push(argument);
45 }
46}

Callers

nothing calls this directly

Calls 2

pushMethod · 0.80
deoptimizePathMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…