114115116117118119120
this.nestingDepth++; } @Override public InterpreterContext allocateInterpreterContext(Instr[] instructionList) { return new ClosureInterpreterContext(this, instructionList); }