1"use strict";
2
3Error.stackTraceLimit = 0;
4throw new RangeError('emptyStackError');
5
6
7