/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/codegen/undef-code-stub-assembler-macros.inc
32 строки
899 B
Michaël Zasso
deps: update V8 to 13.0.245.25
31 янв 2025, 14:45
Не верифицирован
31 янв 2025, 14:45
5edec0e
Код
Авторство
О чём код?
// Copyright 2024 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // PRESUBMIT_INTENTIONALLY_MISSING_INCLUDE_GUARD #ifndef V8_CODEGEN_CODE_STUB_ASSEMBLER_MACROS_DEFINED #error \ "Assembler macros not defined. Did you forget to #include \"src/codegen/define-code-stub-assembler-macros.inc\" in this file?" #endif #undef CSA_CHECK #undef CSA_HOLE_SECURITY_CHECK #ifdef DEBUG #undef CSA_DCHECK_0_ARGS #undef CSA_DCHECK_1_ARG #undef CSA_DCHECK_2_ARGS #undef SWITCH_CSA_DCHECK_ARGS #undef CSA_DCHECK_ARGS #undef CSA_DEBUG_INFO #endif #undef CSA_DCHECK #undef CSA_DCHECK_JS_ARGC_EQ #undef BIND #undef TYPED_VARIABLE_DEF #undef TYPED_VARIABLE_CONSTRUCTOR #undef TVARIABLE #undef TVARIABLE_CONSTRUCTOR #undef CSA_SLOW_DCHECK #undef CSA_SBXCHECK #undef V8_CODEGEN_CODE_STUB_ASSEMBLER_MACROS_DEFINED