VM constructor

VM()

Implementation

VM() {
  if (!_firstNew) return;
  _firstNew = false;
}