Registers the length of an array variable.
void registerArrayLength(String variable, int length) { _arrayLengths[variable] = length; }