Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/mk2rbc/
H A Dmk2rbc.go248 func NewGenerateContext(ss *StarlarkScript) *generationContext {
462 type StarlarkScript struct { struct
463 mkFile string
464 moduleName string
465 mkPos scanner.Position
466 nodes []starlarkNode
467 inherited []*moduleInfo
468 hasErrors bool
469 traceCalls bool // print enter/exit each init function
470 sourceFS fs.FS
[all …]