@@ -749,48 +749,50 @@ struct StaticReadOnlyRoot {
749
749
static constexpr Tagged_t ktemplate_literal_function_literal_id_symbol =
750
750
0x5e35 ;
751
751
static constexpr Tagged_t ktemplate_literal_slot_id_symbol = 0x5e45 ;
752
- static constexpr Tagged_t kwasm_exception_tag_symbol = 0x5e55 ;
753
- static constexpr Tagged_t kwasm_exception_values_symbol = 0x5e65 ;
754
- static constexpr Tagged_t kwasm_uncatchable_symbol = 0x5e75 ;
755
- static constexpr Tagged_t kwasm_wrapped_object_symbol = 0x5e85 ;
756
- static constexpr Tagged_t kwasm_debug_proxy_cache_symbol = 0x5e95 ;
757
- static constexpr Tagged_t kwasm_debug_proxy_names_symbol = 0x5ea5 ;
758
- static constexpr Tagged_t kasync_iterator_symbol = 0x5eb5 ;
759
- static constexpr Tagged_t kintl_fallback_symbol = 0x5ee5 ;
760
- static constexpr Tagged_t kmatch_symbol = 0x5f1d ;
761
- static constexpr Tagged_t ksearch_symbol = 0x5f45 ;
762
- static constexpr Tagged_t kto_primitive_symbol = 0x5f71 ;
763
- static constexpr Tagged_t kunscopables_symbol = 0x5fa1 ;
764
- static constexpr Tagged_t khas_instance_symbol = 0x5fd1 ;
765
- static constexpr Tagged_t kto_string_tag_symbol = 0x6001 ;
766
- static constexpr Tagged_t kconstructor_string = 0x6059 ;
767
- static constexpr Tagged_t knext_string = 0x6071 ;
768
- static constexpr Tagged_t kresolve_string = 0x6081 ;
769
- static constexpr Tagged_t kthen_string = 0x6095 ;
770
- static constexpr Tagged_t kiterator_symbol = 0x60a5 ;
771
- static constexpr Tagged_t kmatch_all_symbol = 0x60b5 ;
772
- static constexpr Tagged_t kreplace_symbol = 0x60c5 ;
773
- static constexpr Tagged_t kspecies_symbol = 0x60d5 ;
774
- static constexpr Tagged_t ksplit_symbol = 0x60e5 ;
775
- static constexpr Tagged_t kis_concat_spreadable_symbol = 0x60f5 ;
776
- static constexpr Tagged_t kEmptySlowElementDictionary = 0x6105 ;
777
- static constexpr Tagged_t kEmptySymbolTable = 0x6129 ;
778
- static constexpr Tagged_t kEmptyOrderedHashMap = 0x6145 ;
779
- static constexpr Tagged_t kEmptyOrderedHashSet = 0x6159 ;
780
- static constexpr Tagged_t kEmptyFeedbackMetadata = 0x616d ;
781
- static constexpr Tagged_t kGlobalThisBindingScopeInfo = 0x6179 ;
782
- static constexpr Tagged_t kEmptyFunctionScopeInfo = 0x6199 ;
783
- static constexpr Tagged_t kNativeScopeInfo = 0x61bd ;
784
- static constexpr Tagged_t kShadowRealmScopeInfo = 0x61d5 ;
785
- static constexpr Tagged_t kEmptyExternalPointerArray = 0x61ed ;
786
- static constexpr Tagged_t kWasmNullPadding = 0x61f5 ;
752
+ static constexpr Tagged_t ktemporal_ctor_id_symbol = 0x5e55 ;
753
+ static constexpr Tagged_t ktemporal_calendar_prop_symbol = 0x5e65 ;
754
+ static constexpr Tagged_t kwasm_exception_tag_symbol = 0x5e75 ;
755
+ static constexpr Tagged_t kwasm_exception_values_symbol = 0x5e85 ;
756
+ static constexpr Tagged_t kwasm_uncatchable_symbol = 0x5e95 ;
757
+ static constexpr Tagged_t kwasm_wrapped_object_symbol = 0x5ea5 ;
758
+ static constexpr Tagged_t kwasm_debug_proxy_cache_symbol = 0x5eb5 ;
759
+ static constexpr Tagged_t kwasm_debug_proxy_names_symbol = 0x5ec5 ;
760
+ static constexpr Tagged_t kasync_iterator_symbol = 0x5ed5 ;
761
+ static constexpr Tagged_t kintl_fallback_symbol = 0x5f05 ;
762
+ static constexpr Tagged_t kmatch_symbol = 0x5f3d ;
763
+ static constexpr Tagged_t ksearch_symbol = 0x5f65 ;
764
+ static constexpr Tagged_t kto_primitive_symbol = 0x5f91 ;
765
+ static constexpr Tagged_t kunscopables_symbol = 0x5fc1 ;
766
+ static constexpr Tagged_t khas_instance_symbol = 0x5ff1 ;
767
+ static constexpr Tagged_t kto_string_tag_symbol = 0x6021 ;
768
+ static constexpr Tagged_t kconstructor_string = 0x6079 ;
769
+ static constexpr Tagged_t knext_string = 0x6091 ;
770
+ static constexpr Tagged_t kresolve_string = 0x60a1 ;
771
+ static constexpr Tagged_t kthen_string = 0x60b5 ;
772
+ static constexpr Tagged_t kiterator_symbol = 0x60c5 ;
773
+ static constexpr Tagged_t kmatch_all_symbol = 0x60d5 ;
774
+ static constexpr Tagged_t kreplace_symbol = 0x60e5 ;
775
+ static constexpr Tagged_t kspecies_symbol = 0x60f5 ;
776
+ static constexpr Tagged_t ksplit_symbol = 0x6105 ;
777
+ static constexpr Tagged_t kis_concat_spreadable_symbol = 0x6115 ;
778
+ static constexpr Tagged_t kEmptySlowElementDictionary = 0x6125 ;
779
+ static constexpr Tagged_t kEmptySymbolTable = 0x6149 ;
780
+ static constexpr Tagged_t kEmptyOrderedHashMap = 0x6165 ;
781
+ static constexpr Tagged_t kEmptyOrderedHashSet = 0x6179 ;
782
+ static constexpr Tagged_t kEmptyFeedbackMetadata = 0x618d ;
783
+ static constexpr Tagged_t kGlobalThisBindingScopeInfo = 0x6199 ;
784
+ static constexpr Tagged_t kEmptyFunctionScopeInfo = 0x61b9 ;
785
+ static constexpr Tagged_t kNativeScopeInfo = 0x61dd ;
786
+ static constexpr Tagged_t kShadowRealmScopeInfo = 0x61f5 ;
787
+ static constexpr Tagged_t kEmptyExternalPointerArray = 0x620d ;
788
+ static constexpr Tagged_t kWasmNullPadding = 0x6215 ;
787
789
static constexpr Tagged_t kWasmNull = 0xfffd ;
788
790
static constexpr Tagged_t kJSSharedArrayMap = 0x20001 ;
789
791
static constexpr Tagged_t kJSAtomicsMutexMap = 0x20045 ;
790
792
static constexpr Tagged_t kJSAtomicsConditionMap = 0x2006d ;
791
793
};
792
794
793
- static constexpr std::array<Tagged_t, 759 > StaticReadOnlyRootsPointerTable = {
795
+ static constexpr std::array<Tagged_t, 761 > StaticReadOnlyRootsPointerTable = {
794
796
StaticReadOnlyRoot::kFreeSpaceMap ,
795
797
StaticReadOnlyRoot::kOnePointerFillerMap ,
796
798
StaticReadOnlyRoot::kTwoPointerFillerMap ,
@@ -1444,6 +1446,8 @@ static constexpr std::array<Tagged_t, 759> StaticReadOnlyRootsPointerTable = {
1444
1446
StaticReadOnlyRoot::kstrict_function_transition_symbol,
1445
1447
StaticReadOnlyRoot::ktemplate_literal_function_literal_id_symbol,
1446
1448
StaticReadOnlyRoot::ktemplate_literal_slot_id_symbol,
1449
+ StaticReadOnlyRoot::ktemporal_ctor_id_symbol,
1450
+ StaticReadOnlyRoot::ktemporal_calendar_prop_symbol,
1447
1451
StaticReadOnlyRoot::kwasm_exception_tag_symbol,
1448
1452
StaticReadOnlyRoot::kwasm_exception_values_symbol,
1449
1453
StaticReadOnlyRoot::kwasm_uncatchable_symbol,
0 commit comments