@@ -463,7 +463,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
463
463
@usableFromInline let jsObject : JSObject
464
464
@usableFromInline let name : JSString
465
465
466
- public init ( jsObject: JSObject , name: JSString ) {
466
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
467
467
self . jsObject = jsObject
468
468
self . name = name
469
469
}
@@ -492,7 +492,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
492
492
@usableFromInline let jsObject : JSObject
493
493
@usableFromInline let name : JSString
494
494
495
- public init ( jsObject: JSObject , name: JSString ) {
495
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
496
496
self . jsObject = jsObject
497
497
self . name = name
498
498
}
@@ -525,7 +525,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
525
525
@usableFromInline let jsObject : JSObject
526
526
@usableFromInline let name : JSString
527
527
528
- public init ( jsObject: JSObject , name: JSString ) {
528
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
529
529
self . jsObject = jsObject
530
530
self . name = name
531
531
}
@@ -559,7 +559,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
559
559
@usableFromInline let jsObject : JSObject
560
560
@usableFromInline let name : JSString
561
561
562
- public init ( jsObject: JSObject , name: JSString ) {
562
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
563
563
self . jsObject = jsObject
564
564
self . name = name
565
565
}
@@ -589,7 +589,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
589
589
@usableFromInline let jsObject : JSObject
590
590
@usableFromInline let name : JSString
591
591
592
- public init ( jsObject: JSObject , name: JSString ) {
592
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
593
593
self . jsObject = jsObject
594
594
self . name = name
595
595
}
@@ -618,7 +618,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
618
618
@usableFromInline let jsObject : JSObject
619
619
@usableFromInline let name : JSString
620
620
621
- public init ( jsObject: JSObject , name: JSString ) {
621
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
622
622
self . jsObject = jsObject
623
623
self . name = name
624
624
}
@@ -653,7 +653,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
653
653
@usableFromInline let jsObject : JSObject
654
654
@usableFromInline let name : JSString
655
655
656
- public init ( jsObject: JSObject , name: JSString ) {
656
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
657
657
self . jsObject = jsObject
658
658
self . name = name
659
659
}
@@ -689,7 +689,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
689
689
@usableFromInline let jsObject : JSObject
690
690
@usableFromInline let name : JSString
691
691
692
- public init ( jsObject: JSObject , name: JSString ) {
692
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
693
693
self . jsObject = jsObject
694
694
self . name = name
695
695
}
@@ -719,7 +719,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
719
719
@usableFromInline let jsObject : JSObject
720
720
@usableFromInline let name : JSString
721
721
722
- public init ( jsObject: JSObject , name: JSString ) {
722
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
723
723
self . jsObject = jsObject
724
724
self . name = name
725
725
}
@@ -748,7 +748,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
748
748
@usableFromInline let jsObject : JSObject
749
749
@usableFromInline let name : JSString
750
750
751
- public init ( jsObject: JSObject , name: JSString ) {
751
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
752
752
self . jsObject = jsObject
753
753
self . name = name
754
754
}
@@ -783,7 +783,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
783
783
@usableFromInline let jsObject : JSObject
784
784
@usableFromInline let name : JSString
785
785
786
- public init ( jsObject: JSObject , name: JSString ) {
786
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
787
787
self . jsObject = jsObject
788
788
self . name = name
789
789
}
@@ -819,7 +819,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
819
819
@usableFromInline let jsObject : JSObject
820
820
@usableFromInline let name : JSString
821
821
822
- public init ( jsObject: JSObject , name: JSString ) {
822
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
823
823
self . jsObject = jsObject
824
824
self . name = name
825
825
}
@@ -849,7 +849,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
849
849
@usableFromInline let jsObject : JSObject
850
850
@usableFromInline let name : JSString
851
851
852
- public init ( jsObject: JSObject , name: JSString ) {
852
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
853
853
self . jsObject = jsObject
854
854
self . name = name
855
855
}
@@ -878,7 +878,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
878
878
@usableFromInline let jsObject : JSObject
879
879
@usableFromInline let name : JSString
880
880
881
- public init ( jsObject: JSObject , name: JSString ) {
881
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
882
882
self . jsObject = jsObject
883
883
self . name = name
884
884
}
@@ -913,7 +913,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
913
913
@usableFromInline let jsObject : JSObject
914
914
@usableFromInline let name : JSString
915
915
916
- public init ( jsObject: JSObject , name: JSString ) {
916
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
917
917
self . jsObject = jsObject
918
918
self . name = name
919
919
}
@@ -942,7 +942,7 @@ public enum String_or_record_String_to_String_or_seq_of_seq_of_String: JSValueCo
942
942
@usableFromInline let jsObject : JSObject
943
943
@usableFromInline let name : JSString
944
944
945
- public init ( jsObject: JSObject , name: JSString ) {
945
+ @ inlinable public init ( jsObject: JSObject , name: JSString ) {
946
946
self . jsObject = jsObject
947
947
self . name = name
948
948
}
0 commit comments