Searched refs:internalProperties (Results 1 – 8 of 8) sorted by relevance
100 internalProperties,
1161 std::vector<InternalPropertyMirror> internalProperties; in buildObjectPreviewInternal() local1163 &overflow, &internalProperties); in buildObjectPreviewInternal()1164 for (size_t i = 0; i < internalProperties.size(); ++i) { in buildObjectPreviewInternal()1166 internalProperties[i].value->buildPropertyPreview( in buildObjectPreviewInternal()1167 context, internalProperties[i].name, &propertyPreview); in buildObjectPreviewInternal()1559 if (debugger->internalProperties(context, object).ToLocal(&properties)) { in getInternalProperties()
91 internalProperties,
105 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>,
447 internalProperties, in getInternalAndPrivateProperties()450 *internalProperties = std::make_unique<Array<InternalPropertyDescriptor>>(); in getInternalAndPrivateProperties()473 (*internalProperties) in getInternalAndPrivateProperties()
435 internalProperties, in getProperties()471 *internalProperties = std::move(internalPropertiesProtocolArray); in getProperties()
766 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
1475 optional array of InternalPropertyDescriptor internalProperties