Searched refs:starScript (Results 1 – 3 of 3) sorted by relevance
240 starScript *StarlarkScript member249 starScript: ss,284 ss := gctx.starScript312 if gctx.starScript.traceCalls {314 gctx.writef(`print(">%s")`, gctx.starScript.mkFile)322 if gctx.starScript.traceCalls {324 gctx.writef(`print("<%s")`, gctx.starScript.mkFile)336 for _, mi := range gctx.starScript.inherited {2212 starScript := &StarlarkScript{2221 ctx := newParseContext(starScript, nodes)[all …]
210 gctx.writef(`print("%s.%d: %s := ", `, gctx.starScript.mkFile, gctx.tracedCount, asgn.lhs.name())
236 gctx.starScript.hasErrors = true