Home
last modified time | relevance | path

Searched defs:StarlarkScript (Results 1 – 1 of 1) sorted by relevance

/build/soong/mk2rbc/
Dmk2rbc.go232 func NewGenerateContext(ss *StarlarkScript) *generationContext {
438 type StarlarkScript struct { struct
439 mkFile string
440 moduleName string
441 mkPos scanner.Position
442 nodes []starlarkNode
443 inherited []*moduleInfo
444 hasErrors bool
445 traceCalls bool // print enter/exit each init function
446 sourceFS fs.FS
[all …]