summaryrefslogtreecommitdiff
path: root/test/message/throw_undefined_traced.js
blob: f6ded43378dc9179a740e3444b12881e65ead0b9 (plain)
1
2
3
4
5
6
// Flags: --trace-uncaught
'use strict';
require('../common');

// eslint-disable-next-line no-throw-literal
throw undefined;