/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/napi/fatal_exception.js
9 строк
339 B
Bartek Iwańczuk
test(napi): add more coverage for advanced features (#32963)
25 мар 2026, 15:30
Не верифицирован
25 мар 2026, 15:30
34f7b23
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. // This script is run as a subprocess by the integration test. // It calls napi_fatal_exception which triggers the uncaught exception handler. import { loadTestLibrary } from "./common.js"; const lib = loadTestLibrary(); lib.test_fatal_exception(new Error("fatal exception test"));