Home
last modified time | relevance | path

Searched refs:propertyPreview (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1014 std::unique_ptr<PropertyPreview> propertyPreview; in getPrivatePropertiesForPreview() local
1017 &propertyPreview); in getPrivatePropertiesForPreview()
1019 propertyPreview = PropertyPreview::create() in getPrivatePropertiesForPreview()
1024 if (!propertyPreview) continue; in getPrivatePropertiesForPreview()
1030 privateProperties->emplace_back(std::move(propertyPreview)); in getPrivatePropertiesForPreview()
1165 std::unique_ptr<PropertyPreview> propertyPreview; in buildObjectPreviewInternal() local
1167 context, internalProperties[i].name, &propertyPreview); in buildObjectPreviewInternal()
1168 if (propertyPreview) { in buildObjectPreviewInternal()
1169 properties->emplace_back(std::move(propertyPreview)); in buildObjectPreviewInternal()

Completed in 4 milliseconds