MCPcopy Create free account
hub / github.com/nodejs/node / push_assign_tracking

Method push_assign_tracking

deps/v8/third_party/jinja2/compiler.py:777–779  ·  view source on GitHub ↗

Pushes a new layer for assignment tracking.

(self)

Source from the content-addressed store, hash-verified

775 return target in self._param_def_block[-1]
776
777 def push_assign_tracking(self) -> None:
778 """Pushes a new layer for assignment tracking."""
779 self._assign_stack.append(set())
780
781 def pop_assign_tracking(self, frame: Frame) -> None:
782 """Pops the topmost level for assignment tracking and updates the

Callers 2

visit_AssignMethod · 0.95
visit_AssignBlockMethod · 0.95

Calls 2

setFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected