Home
last modified time | relevance | path

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

/external/starlark-go/cmd/starlark/
Dstarlark.go40 flag.BoolVar(&resolve.AllowLambda, "lambda", resolve.AllowLambda, "allow lambda expressions")
/external/starlark-go/lib/proto/cmd/star2proto/
Dstar2proto.go45 flag.BoolVar(&resolve.AllowLambda, "lambda", resolve.AllowLambda, "allow lambda expressions")
/external/starlark-go/resolve/
Dresolve_test.go69 resolve.AllowLambda = true
Dresolve.go108 AllowLambda = true var
/external/starlark-go/starlark/
Deval_test.go142 resolve.AllowLambda = true // used extensively