@@ -891,6 +891,7 @@ filegroup(
891
891
"src/builtins/typed-array-sort.tq" ,
892
892
"src/builtins/typed-array-subarray.tq" ,
893
893
"src/builtins/typed-array-to-reversed.tq" ,
894
+ "src/builtins/typed-array-to-sorted.tq" ,
894
895
"src/builtins/typed-array-values.tq" ,
895
896
"src/builtins/typed-array-with.tq" ,
896
897
"src/builtins/typed-array.tq" ,
@@ -925,6 +926,7 @@ filegroup(
925
926
"src/objects/js-objects.tq" ,
926
927
"src/objects/js-promise.tq" ,
927
928
"src/objects/js-proxy.tq" ,
929
+ "src/objects/js-raw-json.tq" ,
928
930
"src/objects/js-regexp-string-iterator.tq" ,
929
931
"src/objects/js-regexp.tq" ,
930
932
"src/objects/js-shadow-realm.tq" ,
@@ -980,6 +982,7 @@ filegroup(
980
982
"src/objects/js-collator.tq" ,
981
983
"src/objects/js-date-time-format.tq" ,
982
984
"src/objects/js-display-names.tq" ,
985
+ "src/objects/js-duration-format.tq" ,
983
986
"src/objects/js-list-format.tq" ,
984
987
"src/objects/js-locale.tq" ,
985
988
"src/objects/js-number-format.tq" ,
@@ -1267,8 +1270,6 @@ filegroup(
1267
1270
"src/debug/debug-scopes.h" ,
1268
1271
"src/debug/debug-stack-trace-iterator.cc" ,
1269
1272
"src/debug/debug-stack-trace-iterator.h" ,
1270
- "src/debug/debug-type-profile.cc" ,
1271
- "src/debug/debug-type-profile.h" ,
1272
1273
"src/debug/debug.cc" ,
1273
1274
"src/debug/debug.h" ,
1274
1275
"src/debug/interface-types.h" ,
@@ -1435,6 +1436,9 @@ filegroup(
1435
1436
"src/heap/embedder-tracing.cc" ,
1436
1437
"src/heap/embedder-tracing.h" ,
1437
1438
"src/heap/embedder-tracing-inl.h" ,
1439
+ "src/heap/evacuation-verifier.cc" ,
1440
+ "src/heap/evacuation-verifier.h" ,
1441
+ "src/heap/evacuation-verifier-inl.h" ,
1438
1442
"src/heap/factory-base.cc" ,
1439
1443
"src/heap/factory-base.h" ,
1440
1444
"src/heap/factory-base-inl.h" ,
@@ -1497,6 +1501,8 @@ filegroup(
1497
1501
"src/heap/marking-barrier.cc" ,
1498
1502
"src/heap/marking-barrier.h" ,
1499
1503
"src/heap/marking-barrier-inl.h" ,
1504
+ "src/heap/marking-state.h" ,
1505
+ "src/heap/marking-state-inl.h" ,
1500
1506
"src/heap/marking-visitor-inl.h" ,
1501
1507
"src/heap/marking-visitor.h" ,
1502
1508
"src/heap/marking-worklist-inl.h" ,
@@ -1529,6 +1535,9 @@ filegroup(
1529
1535
"src/heap/paged-spaces.h" ,
1530
1536
"src/heap/parallel-work-item.h" ,
1531
1537
"src/heap/parked-scope.h" ,
1538
+ "src/heap/pretenuring-handler-inl.h" ,
1539
+ "src/heap/pretenuring-handler.cc" ,
1540
+ "src/heap/pretenuring-handler.h" ,
1532
1541
"src/heap/progress-bar.h" ,
1533
1542
"src/heap/read-only-heap-inl.h" ,
1534
1543
"src/heap/read-only-heap.cc" ,
@@ -1753,6 +1762,9 @@ filegroup(
1753
1762
"src/objects/js-promise.h" ,
1754
1763
"src/objects/js-proxy-inl.h" ,
1755
1764
"src/objects/js-proxy.h" ,
1765
+ "src/objects/js-raw-json-inl.h" ,
1766
+ "src/objects/js-raw-json.h" ,
1767
+ "src/objects/js-raw-json.cc" ,
1756
1768
"src/objects/js-regexp-inl.h" ,
1757
1769
"src/objects/js-regexp-string-iterator-inl.h" ,
1758
1770
"src/objects/js-regexp-string-iterator.h" ,
@@ -1978,8 +1990,6 @@ filegroup(
1978
1990
"src/regexp/experimental/experimental-interpreter.h" ,
1979
1991
"src/regexp/experimental/experimental.cc" ,
1980
1992
"src/regexp/experimental/experimental.h" ,
1981
- "src/regexp/property-sequences.cc" ,
1982
- "src/regexp/property-sequences.h" ,
1983
1993
"src/regexp/regexp-ast.cc" ,
1984
1994
"src/regexp/regexp-ast.h" ,
1985
1995
"src/regexp/regexp-bytecode-generator-inl.h" ,
@@ -2061,6 +2071,8 @@ filegroup(
2061
2071
"src/sandbox/sandbox.h" ,
2062
2072
"src/sandbox/sandboxed-pointer-inl.h" ,
2063
2073
"src/sandbox/sandboxed-pointer.h" ,
2074
+ "src/sandbox/bounded-size-inl.h" ,
2075
+ "src/sandbox/bounded-size.h" ,
2064
2076
"src/base/sanitizer/asan.h" ,
2065
2077
"src/base/sanitizer/lsan-page-allocator.cc" ,
2066
2078
"src/base/sanitizer/lsan-page-allocator.h" ,
@@ -2527,8 +2539,8 @@ filegroup(
2527
2539
"src/wasm/names-provider.cc" ,
2528
2540
"src/wasm/names-provider.h" ,
2529
2541
"src/wasm/object-access.h" ,
2530
- "src/wasm/signature-map .cc" ,
2531
- "src/wasm/signature-map .h" ,
2542
+ "src/wasm/pgo .cc" ,
2543
+ "src/wasm/pgo .h" ,
2532
2544
"src/wasm/simd-shuffle.cc" ,
2533
2545
"src/wasm/simd-shuffle.h" ,
2534
2546
"src/wasm/stacks.cc" ,
@@ -2606,6 +2618,9 @@ filegroup(
2606
2618
"src/objects/js-display-names.cc" ,
2607
2619
"src/objects/js-display-names.h" ,
2608
2620
"src/objects/js-display-names-inl.h" ,
2621
+ "src/objects/js-duration-format.cc" ,
2622
+ "src/objects/js-duration-format.h" ,
2623
+ "src/objects/js-duration-format-inl.h" ,
2609
2624
"src/objects/js-list-format.cc" ,
2610
2625
"src/objects/js-list-format.h" ,
2611
2626
"src/objects/js-list-format-inl.h" ,
@@ -2872,13 +2887,20 @@ filegroup(
2872
2887
"src/compiler/turboshaft/graph.h" ,
2873
2888
"src/compiler/turboshaft/graph-visualizer.cc" ,
2874
2889
"src/compiler/turboshaft/graph-visualizer.h" ,
2890
+ "src/compiler/turboshaft/machine-optimization-assembler.h" ,
2875
2891
"src/compiler/turboshaft/operations.cc" ,
2876
2892
"src/compiler/turboshaft/operations.h" ,
2893
+ "src/compiler/turboshaft/operation-matching.h" ,
2877
2894
"src/compiler/turboshaft/optimization-phase.cc" ,
2878
2895
"src/compiler/turboshaft/optimization-phase.h" ,
2879
2896
"src/compiler/turboshaft/recreate-schedule.cc" ,
2880
2897
"src/compiler/turboshaft/recreate-schedule.h" ,
2898
+ "src/compiler/turboshaft/representations.cc" ,
2899
+ "src/compiler/turboshaft/representations.h" ,
2881
2900
"src/compiler/turboshaft/sidetable.h" ,
2901
+ "src/compiler/turboshaft/simplify-tf-loops.cc" ,
2902
+ "src/compiler/turboshaft/simplify-tf-loops.h" ,
2903
+ "src/compiler/turboshaft/utils.cc" ,
2882
2904
"src/compiler/turboshaft/utils.h" ,
2883
2905
"src/compiler/turboshaft/value-numbering-assembler.h" ,
2884
2906
"src/compiler/type-cache.cc" ,
@@ -2891,6 +2913,7 @@ filegroup(
2891
2913
"src/compiler/typer.h" ,
2892
2914
"src/compiler/types.cc" ,
2893
2915
"src/compiler/types.h" ,
2916
+ "src/compiler/use-info.h" ,
2894
2917
"src/compiler/value-numbering-reducer.cc" ,
2895
2918
"src/compiler/value-numbering-reducer.h" ,
2896
2919
"src/compiler/verifier.cc" ,
@@ -3101,6 +3124,7 @@ filegroup(
3101
3124
"src/heap/cppgc/stats-collector.h" ,
3102
3125
"src/heap/cppgc/sweeper.cc" ,
3103
3126
"src/heap/cppgc/sweeper.h" ,
3127
+ "src/heap/cppgc/heap-config.h" ,
3104
3128
"src/heap/cppgc/task-handle.h" ,
3105
3129
"src/heap/cppgc/trace-event.h" ,
3106
3130
"src/heap/cppgc/trace-trait.cc" ,
@@ -3119,6 +3143,7 @@ filegroup(
3119
3143
srcs = [
3120
3144
"src/heap/base/active-system-pages.cc" ,
3121
3145
"src/heap/base/active-system-pages.h" ,
3146
+ "src/heap/base/basic-slot-set.h" ,
3122
3147
"src/heap/base/stack.cc" ,
3123
3148
"src/heap/base/stack.h" ,
3124
3149
"src/heap/base/worklist.cc" ,
0 commit comments