2020-12-14 19:10:51 +08:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
const common = require('../../common');
|
2023-09-25 12:23:58 +08:00
|
|
|
const binding = require(`./build/${common.buildType}/test_uncaught_exception`);
|
|
|
|
const { testUncaughtException } = require('./uncaught_exception');
|
2020-12-14 19:10:51 +08:00
|
|
|
|
2023-09-25 12:23:58 +08:00
|
|
|
testUncaughtException(binding);
|