Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Deval_test.go918 thread.SetMaxExecutionSteps(1000)
Deval.go78 func (thread *Thread) SetMaxExecutionSteps(max uint64) { func