• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3const common = require('../../common');
4const binding = require(`./build/${common.buildType}/test_uncaught_exception`);
5const { testUncaughtException } = require('./uncaught_exception');
6
7testUncaughtException(binding);
8