fix Dart Builder.reset() - clear vTables (#6386)

This commit is contained in:
Ivan Dlugos
2021-01-07 20:28:33 +01:00
committed by GitHub
parent 83ce29cc22
commit a15a8d930d

View File

@@ -443,6 +443,7 @@ class Builder {
_maxAlign = 1;
_tail = 0;
_currentVTable = null;
_vTables.clear();
if (_strings != null) {
_strings = new Map<String, int>();
}