/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/objects/torque-defined-classes.tq
17 строк
812 B
Michaël Zasso
deps: update V8 to 8.8.278.17
11 фев 2021, 21:09
Не верифицирован
11 фев 2021, 21:09
c7b3292
Код
Авторство
О чём код?
// Copyright 2020 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. #include "src/objects/torque-defined-classes.h" // Classes defined in Torque that are not exported are attributed to this file, // independently of where they are actually defined. This gives them // corresponding C++ headers and removes the need to add another C++ header for // each file defining such a class. // In addition, classes defined in the test directory are also attributed to // here, because there is no directory corresponding to src/objects in test/ and // it would be confusing to add one there. // The corresponding C++ headers are: // - src/objects/torque-defined-classes.h // - src/objects/torque-defined-classes-inl.h