/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/compiler/DEPS
18 строк
514 B
Michaël Zasso
deps: update V8 to 11.3.244.4
31 мар 2023, 17:15
31 мар 2023, 17:15
f226350
Код
Авторство
О чём код?
# Copyright 2019 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. # Clients of these interfaces shouldn't depend on lots of compiler internals. # Do not include anything from src/compiler here! specific_include_rules = { "code-assembler.h": [ "-src/compiler", ], "pipeline.h": [ "-src/compiler", ], "wasm-compiler.h": [ "-src/compiler", "+src/compiler/wasm-compiler-definitions.h", ], }