addLocal method
Implementation
void addLocal(String name, o.Expression e, [o.OutputType? type]) {
_state.locals[name] = e;
_state.localTypes[name] = type;
}
void addLocal(String name, o.Expression e, [o.OutputType? type]) {
_state.locals[name] = e;
_state.localTypes[name] = type;
}