• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2// Flags: --force-node-api-uncaught-exceptions-policy
3
4const common = require('../../common');
5const binding = require(`./build/${common.buildType}/test_uncaught_exception_v9`);
6const { testUncaughtException } = require('./uncaught_exception');
7
8testUncaughtException(binding);
9