|
259 | 259 | '../src/interpreter/interpreter-generator.h', |
260 | 260 | '../src/interpreter/interpreter-intrinsics-generator.cc', |
261 | 261 | '../src/interpreter/interpreter-intrinsics-generator.h', |
262 | | - '../src/interpreter/setup-interpreter-internal.cc', |
263 | | - '../src/interpreter/setup-interpreter.h', |
264 | 262 | '<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-array-from-dsl-gen.cc', |
265 | 263 | '<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-array-from-dsl-gen.h', |
266 | 264 | '<(SHARED_INTERMEDIATE_DIR)/torque-generated/builtins-base-from-dsl-gen.cc', |
|
487 | 485 | '<@(inspector_all_sources)', |
488 | 486 | '../include//v8-inspector-protocol.h', |
489 | 487 | '../include//v8-inspector.h', |
| 488 | + '../include//v8-internal.h', |
490 | 489 | '../include//v8-platform.h', |
491 | 490 | '../include//v8-profiler.h', |
492 | 491 | '../include//v8-testing.h', |
|
500 | 499 | '../src/accessors.h', |
501 | 500 | '../src/address-map.cc', |
502 | 501 | '../src/address-map.h', |
| 502 | + '../src/allocation-site-scopes-inl.h', |
503 | 503 | '../src/allocation-site-scopes.h', |
504 | 504 | '../src/allocation.cc', |
505 | 505 | '../src/allocation.h', |
|
546 | 546 | '../src/ast/modules.h', |
547 | 547 | '../src/ast/prettyprinter.cc', |
548 | 548 | '../src/ast/prettyprinter.h', |
| 549 | + '../src/ast/scopes-inl.h', |
549 | 550 | '../src/ast/scopes.cc', |
550 | 551 | '../src/ast/scopes.h', |
551 | 552 | '../src/ast/variables.cc', |
|
583 | 584 | '../src/builtins/builtins-internal.cc', |
584 | 585 | '../src/builtins/builtins-interpreter.cc', |
585 | 586 | '../src/builtins/builtins-intl.cc', |
586 | | - '../src/builtins/builtins-intl.h', |
587 | 587 | '../src/builtins/builtins-json.cc', |
588 | 588 | '../src/builtins/builtins-math.cc', |
589 | 589 | '../src/builtins/builtins-number.cc', |
|
1165 | 1165 | '../src/objects/js-array-buffer.h', |
1166 | 1166 | '../src/objects/js-array-inl.h', |
1167 | 1167 | '../src/objects/js-array.h', |
| 1168 | + '../src/objects/js-break-iterator-inl.h', |
| 1169 | + '../src/objects/js-break-iterator.cc', |
| 1170 | + '../src/objects/js-break-iterator.h', |
1168 | 1171 | '../src/objects/js-collator-inl.h', |
1169 | 1172 | '../src/objects/js-collator.cc', |
1170 | 1173 | '../src/objects/js-collator.h', |
1171 | 1174 | '../src/objects/js-collection-inl.h', |
1172 | 1175 | '../src/objects/js-collection.h', |
| 1176 | + '../src/objects/js-date-time-format-inl.h', |
| 1177 | + '../src/objects/js-date-time-format.cc', |
| 1178 | + '../src/objects/js-date-time-format.h', |
1173 | 1179 | '../src/objects/js-generator-inl.h', |
1174 | 1180 | '../src/objects/js-generator.h', |
1175 | 1181 | '../src/objects/js-list-format-inl.h', |
|
1178 | 1184 | '../src/objects/js-locale-inl.h', |
1179 | 1185 | '../src/objects/js-locale.cc', |
1180 | 1186 | '../src/objects/js-locale.h', |
| 1187 | + '../src/objects/js-number-format-inl.h', |
| 1188 | + '../src/objects/js-number-format.cc', |
| 1189 | + '../src/objects/js-number-format.h', |
| 1190 | + '../src/objects/js-objects-inl.h', |
| 1191 | + '../src/objects/js-objects.h', |
1181 | 1192 | '../src/objects/js-plural-rules-inl.h', |
1182 | 1193 | '../src/objects/js-plural-rules.cc', |
1183 | 1194 | '../src/objects/js-plural-rules.h', |
|
1202 | 1213 | '../src/objects/maybe-object-inl.h', |
1203 | 1214 | '../src/objects/maybe-object.h', |
1204 | 1215 | '../src/objects/microtask-inl.h', |
| 1216 | + '../src/objects/microtask-queue-inl.h', |
| 1217 | + '../src/objects/microtask-queue.cc', |
| 1218 | + '../src/objects/microtask-queue.h', |
1205 | 1219 | '../src/objects/microtask.h', |
1206 | 1220 | '../src/objects/module-inl.h', |
1207 | 1221 | '../src/objects/module.cc', |
|
1251 | 1265 | '../src/parsing/parsing.cc', |
1252 | 1266 | '../src/parsing/parsing.h', |
1253 | 1267 | '../src/parsing/pattern-rewriter.cc', |
| 1268 | + '../src/parsing/preparsed-scope-data-impl.h', |
1254 | 1269 | '../src/parsing/preparsed-scope-data.cc', |
1255 | 1270 | '../src/parsing/preparsed-scope-data.h', |
1256 | 1271 | '../src/parsing/preparser-logger.h', |
|
1307 | 1322 | '../src/regexp/jsregexp-inl.h', |
1308 | 1323 | '../src/regexp/jsregexp.cc', |
1309 | 1324 | '../src/regexp/jsregexp.h', |
| 1325 | + '../src/regexp/property-sequences.cc', |
| 1326 | + '../src/regexp/property-sequences.h', |
1310 | 1327 | '../src/regexp/regexp-ast.cc', |
1311 | 1328 | '../src/regexp/regexp-ast.h', |
1312 | 1329 | '../src/regexp/regexp-macro-assembler-irregexp-inl.h', |
|
1379 | 1396 | '../src/snapshot/builtin-serializer-allocator.h', |
1380 | 1397 | '../src/snapshot/builtin-serializer.cc', |
1381 | 1398 | '../src/snapshot/builtin-serializer.h', |
1382 | | - '../src/snapshot/builtin-snapshot-utils.cc', |
1383 | | - '../src/snapshot/builtin-snapshot-utils.h', |
1384 | 1399 | '../src/snapshot/code-serializer.cc', |
1385 | 1400 | '../src/snapshot/code-serializer.h', |
1386 | 1401 | '../src/snapshot/default-deserializer-allocator.cc', |
|
1423 | 1438 | '../src/string-builder.cc', |
1424 | 1439 | '../src/string-case.cc', |
1425 | 1440 | '../src/string-case.h', |
| 1441 | + '../src/string-constants.cc', |
| 1442 | + '../src/string-constants.h', |
1426 | 1443 | '../src/string-hasher-inl.h', |
1427 | 1444 | '../src/string-hasher.h', |
1428 | 1445 | '../src/string-search.h', |
|
1502 | 1519 | '../src/wasm/module-compiler.h', |
1503 | 1520 | '../src/wasm/module-decoder.cc', |
1504 | 1521 | '../src/wasm/module-decoder.h', |
| 1522 | + '../src/wasm/object-access.h', |
1505 | 1523 | '../src/wasm/signature-map.cc', |
1506 | 1524 | '../src/wasm/signature-map.h', |
1507 | 1525 | '../src/wasm/streaming-decoder.cc', |
|
1892 | 1910 | }, { # v8_enable_i18n_support==0 |
1893 | 1911 | 'sources!': [ |
1894 | 1912 | '../src/builtins/builtins-intl.cc', |
1895 | | - '../src/builtins/builtins-intl.h', |
1896 | 1913 | '../src/char-predicates.cc', |
1897 | 1914 | '../src/intl.cc', |
1898 | 1915 | '../src/intl.h', |
1899 | 1916 | '../src/objects/intl-objects-inl.h', |
1900 | 1917 | '../src/objects/intl-objects.cc', |
1901 | 1918 | '../src/objects/intl-objects.h', |
| 1919 | + '../src/objects/js-break-iterator-inl.h', |
| 1920 | + '../src/objects/js-break-iterator.cc', |
| 1921 | + '../src/objects/js-break-iterator.h', |
1902 | 1922 | '../src/objects/js-collator-inl.h', |
1903 | 1923 | '../src/objects/js-collator.cc', |
1904 | 1924 | '../src/objects/js-collator.h', |
| 1925 | + '../src/objects/js-date-time-format-inl.h', |
| 1926 | + '../src/objects/js-date-time-format.cc', |
| 1927 | + '../src/objects/js-date-time-format.h', |
1905 | 1928 | '../src/objects/js-list-format-inl.h', |
1906 | 1929 | '../src/objects/js-list-format.cc', |
1907 | 1930 | '../src/objects/js-list-format.h', |
1908 | 1931 | '../src/objects/js-locale-inl.h', |
1909 | 1932 | '../src/objects/js-locale.cc', |
1910 | 1933 | '../src/objects/js-locale.h', |
| 1934 | + '../src/objects/js-number-format-inl.h', |
| 1935 | + '../src/objects/js-number-format.cc', |
| 1936 | + '../src/objects/js-number-format.h', |
1911 | 1937 | '../src/objects/js-plural-rules-inl.h', |
1912 | 1938 | '../src/objects/js-plural-rules.cc', |
1913 | 1939 | '../src/objects/js-plural-rules.h', |
|
1939 | 1965 | }, |
1940 | 1966 | 'sources': [ |
1941 | 1967 | '../src/base/adapters.h', |
| 1968 | + '../src/base/address-region.h', |
1942 | 1969 | '../src/base/atomic-utils.h', |
1943 | 1970 | '../src/base/atomicops.h', |
1944 | 1971 | '../src/base/atomicops_internals_atomicword_compat.h', |
|
1947 | 1974 | '../src/base/base-export.h', |
1948 | 1975 | '../src/base/bits.cc', |
1949 | 1976 | '../src/base/bits.h', |
| 1977 | + '../src/base/bounded-page-allocator.cc', |
| 1978 | + '../src/base/bounded-page-allocator.h', |
1950 | 1979 | '../src/base/build_config.h', |
1951 | 1980 | '../src/base/compiler-specific.h', |
1952 | 1981 | '../src/base/cpu.cc', |
|
1972 | 2001 | '../src/base/list.h', |
1973 | 2002 | '../src/base/logging.cc', |
1974 | 2003 | '../src/base/logging.h', |
| 2004 | + '../src/base/lsan-page-allocator.cc', |
| 2005 | + '../src/base/lsan-page-allocator.h', |
1975 | 2006 | '../src/base/macros.h', |
1976 | 2007 | '../src/base/once.cc', |
1977 | 2008 | '../src/base/once.h', |
|
1988 | 2019 | '../src/base/platform/semaphore.h', |
1989 | 2020 | '../src/base/platform/time.cc', |
1990 | 2021 | '../src/base/platform/time.h', |
| 2022 | + '../src/base/region-allocator.cc', |
| 2023 | + '../src/base/region-allocator.h', |
1991 | 2024 | '../src/base/ring-buffer.h', |
1992 | 2025 | '../src/base/safe_conversions.h', |
1993 | 2026 | '../src/base/safe_conversions_impl.h', |
|
2606 | 2639 | '../src/builtins/array.tq', |
2607 | 2640 | '../src/builtins/array-copywithin.tq', |
2608 | 2641 | '../src/builtins/array-foreach.tq', |
| 2642 | + '../src/builtins/array-lastindexof.tq', |
2609 | 2643 | '../src/builtins/array-reverse.tq', |
| 2644 | + '../src/builtins/array-splice.tq', |
| 2645 | + '../src/builtins/array-unshift.tq', |
2610 | 2646 | '../src/builtins/typed-array.tq', |
2611 | 2647 | '../src/builtins/data-view.tq', |
2612 | 2648 | '../third_party/v8/builtins/array-sort.tq', |
|
2633 | 2669 | 'heapobject_files': [ |
2634 | 2670 | '../src/objects.h', |
2635 | 2671 | '../src/objects-inl.h', |
| 2672 | + '../src/objects/allocation-site-inl.h', |
| 2673 | + '../src/objects/allocation-site.h', |
2636 | 2674 | '../src/objects/code-inl.h', |
2637 | 2675 | '../src/objects/code.h', |
2638 | 2676 | '../src/objects/data-handler.h', |
|
2643 | 2681 | '../src/objects/js-array.h', |
2644 | 2682 | '../src/objects/js-array-buffer-inl.h', |
2645 | 2683 | '../src/objects/js-array-buffer.h', |
| 2684 | + '../src/objects/js-objects-inl.h', |
| 2685 | + '../src/objects/js-objects.h', |
2646 | 2686 | '../src/objects/js-regexp-inl.h', |
2647 | 2687 | '../src/objects/js-regexp.h', |
2648 | 2688 | '../src/objects/js-regexp-string-iterator-inl.h', |
2649 | 2689 | '../src/objects/js-regexp-string-iterator.h', |
2650 | 2690 | '../src/objects/map.h', |
2651 | 2691 | '../src/objects/map-inl.h', |
| 2692 | + '../src/objects/name.h', |
| 2693 | + '../src/objects/name-inl.h', |
2652 | 2694 | '../src/objects/scope-info.h', |
2653 | 2695 | '../src/objects/script.h', |
2654 | 2696 | '../src/objects/script-inl.h', |
|
0 commit comments