/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/trap-handler/DEPS
13 строк
430 B
Michaël Zasso
deps: update V8 to 9.2.230.21
20 июл 2021, 16:24
Не верифицирован
20 июл 2021, 16:24
6cdd310
Код
Авторство
О чём код?
# In order to make it easier to audit the signal handler code, we use very # restrictive include rules to limit the amount of code that the signal handler # can depend on. include_rules = [ "-src", "-include", "+src/trap-handler", # Use the IMMEDIATE_CRASH() macro for crashing non-recoverably on check failure. "+src/base/immediate-crash.h", # Allow include/v8config.h for V8_OS_* macros. "+include/v8config.h", ]