1// Flags: --trace-uncaught 2'use strict'; 3require('../common'); 4 5// eslint-disable-next-line no-throw-literal 6throw undefined; 7