Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Deval_test.go901 steps0 := thread.ExecutionSteps()
903 return thread.ExecutionSteps() - steps0, err
Deval.go70 func (thread *Thread) ExecutionSteps() uint64 { func