Home
last modified time | relevance | path

Searched refs:initialstack (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/starlark-go/internal/compile/
H A Dcompile.go390 initialstack int // for stack depth computation member
544 if b.initialstack == -1 {
545 b.initialstack = depth
546 } else if b.initialstack != depth {
548 b.index, b.initialstack, depth)
568 stack := b.initialstack
902 return &block{index: -1, initialstack: -1}