/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/codegen/macro-assembler-inl.h
17 строк
532 B
Michaël Zasso
deps: update V8 to 13.6.233.8
02 май 2025, 16:06
Не верифицирован
02 май 2025, 16:06
918fe04
Код
Авторство
О чём код?
// Copyright 2017 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. #ifndef V8_CODEGEN_MACRO_ASSEMBLER_INL_H_ #define V8_CODEGEN_MACRO_ASSEMBLER_INL_H_ #include "src/codegen/macro-assembler.h" // Include the non-inl header before the rest of the headers. #include "src/codegen/assembler-inl.h" #if V8_TARGET_ARCH_ARM64 #include "src/codegen/arm64/macro-assembler-arm64-inl.h" #endif #endif // V8_CODEGEN_MACRO_ASSEMBLER_INL_H_