xref
: /
third_party
/
node
/
test
/
fixtures
/
source-map
/
emptyStackError.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/source-map/
1
"use strict"
;
2
3
Error
.
stackTraceLimit
=
0
;
4
throw
new
RangeError
(
'emptyStackError'
);
5
6
7