exitCall static method

void exitCall()

Records exit from an interpreted call frame.

Implementation

static void exitCall() {
  depth--;
}