Searched refs:tracedVariables (Results 1 – 2 of 2) sorted by relevance
79 var tracedVariables []string var128 tracedVariables = strings.Split(*traceVar, ",")334 TracedVariables: tracedVariables,
485 tracedVariables map[string]bool // variables to be traced in the generated script member598 _, isTraced := ctx.tracedVariables[lhs.name()]2226 ctx.tracedVariables = make(map[string]bool)2228 ctx.tracedVariables[v] = true