@eagleoutice/flowr - v2.15.8
    Preparing search index...

    One frame's bindings. Taken from a map it is frozen, since the map is somebody else's.

    A frame either owns all of its bindings, or holds what was written on top of a base it shares with whoever it forked from, see Frame.forWrite. The two read the same from the outside.

    Implements

    Index
    • A frame the caller may write to, holding what this one holds. A small frame is copied outright; a big one becomes the base of an overlay, see OverlayThreshold. An overlay is big by construction, so it overlays again until the stack reaches MaxOverlayDepth, where a copy flattens it.

      Returns Frame