|
230 | 230 |
|
231 | 231 | { 'name': 'class_SharedFunctionInfo__function_data__Object',
|
232 | 232 | 'value': 'SharedFunctionInfo::kFunctionDataOffset' },
|
233 |
| - |
234 |
| - { 'name': 'class_ConsString__first_offset__int', |
235 |
| - 'value': 'ConsString::kFirstOffset' }, |
236 |
| - { 'name': 'class_ConsString__second_offset__int', |
237 |
| - 'value': 'ConsString::kSecondOffset' }, |
238 |
| - { 'name': 'class_SlicedString__offset_offset__int', |
239 |
| - 'value': 'SlicedString::kOffsetOffset' }, |
240 |
| - { 'name': 'class_ThinString__actual_offset__int', |
241 |
| - 'value': 'ThinString::kActualOffset' }, |
242 | 233 | ];
|
243 | 234 |
|
244 | 235 | #
|
|
287 | 278 | 'Code, instruction_size, int, kInstructionSizeOffset',
|
288 | 279 | 'String, length, int32_t, kLengthOffset',
|
289 | 280 | 'DescriptorArray, header_size, uintptr_t, kHeaderSize',
|
| 281 | + 'ConsString, first, String, kFirstOffset', |
| 282 | + 'ConsString, second, String, kSecondOffset', |
| 283 | + 'SlicedString, offset, SMI, kOffsetOffset', |
| 284 | + 'ThinString, actual, String, kActualOffset', |
| 285 | + 'Symbol, name, Object, kNameOffset', |
290 | 286 | ];
|
291 | 287 |
|
292 | 288 | #
|
|
0 commit comments