/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/src/objects/js-segments.tq
16 строк
530 B
Michaël Zasso
deps: update V8 to 12.2.281.27
31 мар 2024, 16:36
Не верифицирован
31 мар 2024, 16:36
09a8440
Код
Авторство
О чём код?
// 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/js-segments.h' bitfield struct JSSegmentsFlags extends uint31 { granularity: JSSegmenterGranularity: 2 bit; } extern class JSSegments extends JSObject { icu_break_iterator: Foreign; // Managed<icu::BreakIterator> raw_string: String; unicode_string: Foreign; // Managed<icu::UnicodeString> flags: SmiTagged<JSSegmentsFlags>; }