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

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