Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dprofile.go260 if fn, ok := fn.(callableWithPosition); ok {
Dvalue.go154 type callableWithPosition interface { interface
162 _ callableWithPosition = (*Function)(nil)
Deval.go189 case callableWithPosition: