@@ -3964,6 +3964,26 @@ void ImplementationVisitor::GenerateExportedMacrosAssembler(
3964
3964
h_contents << " #include \" torque-generated/csa-types-tq.h\"\n " ;
3965
3965
h_contents
3966
3966
<< " #include \" torque-generated/internal-class-definitions-tq.h\"\n " ;
3967
+ cc_contents << " #include \" src/objects/free-space.h\"\n " ;
3968
+ cc_contents << " #include \" src/objects/js-regexp-string-iterator.h\"\n " ;
3969
+ cc_contents << " #include \" src/objects/ordered-hash-table.h\"\n " ;
3970
+ cc_contents << " #include \" src/objects/property-descriptor-object.h\"\n " ;
3971
+ cc_contents << " #include \" src/objects/synthetic-module.h\"\n " ;
3972
+ cc_contents << " #include \" src/objects/template-objects.h\"\n " ;
3973
+ {
3974
+ IfDefScope intl_scope (cc_contents, " V8_INTL_SUPPORT" );
3975
+ cc_contents << " #include \" src/objects/js-break-iterator.h\"\n " ;
3976
+ cc_contents << " #include \" src/objects/js-collator.h\"\n " ;
3977
+ cc_contents << " #include \" src/objects/js-date-time-format.h\"\n " ;
3978
+ cc_contents << " #include \" src/objects/js-display-names.h\"\n " ;
3979
+ cc_contents << " #include \" src/objects/js-list-format.h\"\n " ;
3980
+ cc_contents << " #include \" src/objects/js-locale.h\"\n " ;
3981
+ cc_contents << " #include \" src/objects/js-number-format.h\"\n " ;
3982
+ cc_contents << " #include \" src/objects/js-plural-rules.h\"\n " ;
3983
+ cc_contents << " #include \" src/objects/js-relative-time-format.h\"\n " ;
3984
+ cc_contents << " #include \" src/objects/js-segment-iterator.h\"\n " ;
3985
+ cc_contents << " #include \" src/objects/js-segmenter.h\"\n " ;
3986
+ }
3967
3987
cc_contents << " #include \" torque-generated/" << file_name << " .h\"\n " ;
3968
3988
3969
3989
for (SourceId file : SourceFileMap::AllSources ()) {
0 commit comments