Example #1
0
 internal void Remove(JSLocalField localField)
 {
     NameTable.Remove(localField.Name);
     FieldTable.Remove(localField);
 }