File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -303,22 +303,18 @@ void TwoByteString::Load() {
303303
304304
305305void ConsString::Load () {
306- kFirstOffset = LoadConstant ({" class_ConsString__first__String" ,
307- " class_ConsString__first_offset__int" });
308- kSecondOffset = LoadConstant ({" class_ConsString__second__String" ,
309- " class_ConsString__second_offset__int" });
306+ kFirstOffset = LoadConstant ({" class_ConsString__first__String" });
307+ kSecondOffset = LoadConstant ({" class_ConsString__second__String" });
310308}
311309
312310
313311void SlicedString::Load () {
314312 kParentOffset = LoadConstant (" class_SlicedString__parent__String" );
315- kOffsetOffset = LoadConstant ({" class_SlicedString__offset__SMI" ,
316- " class_SlicedString__offset_offset__int" });
313+ kOffsetOffset = LoadConstant ({" class_SlicedString__offset__SMI" });
317314}
318315
319316void ThinString::Load () {
320- kActualOffset = LoadConstant ({" class_ThinString__actual__String" ,
321- " class_ThinString__actual_offset__int" });
317+ kActualOffset = LoadConstant ({" class_ThinString__actual__String" });
322318}
323319
324320void FixedArrayBase::Load () {
You can’t perform that action at this time.
0 commit comments