Lines Matching full:details
168 PropertyDetails details(Smi::cast(*bit));
169 PropertyAttributes attributes = details.attributes();
170 PropertyKind kind = details.kind();
189 PropertyDetails details(Smi::cast(properties.get(i++)));
190 PropertyAttributes attributes = details.attributes();
191 DCHECK_EQ(kData, details.kind());
391 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
392 auto details_handle = handle(details.AsSmi(), isolate);
404 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
405 auto details_handle = handle(details.AsSmi(), isolate);
418 PropertyDetails details(attributes, ACCESSOR, 0, PropertyCellType::kNoCell);
419 auto details_handle = handle(details.AsSmi(), isolate);