StackFrame.empty constructor

StackFrame.empty()

Implementation

StackFrame.empty()
:
  locals = Queue<int>(),
  evals = Queue<int>();