Home
last modified time | relevance | path

Searched refs:internalProperties (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.h100 internalProperties,
Dvalue-mirror.cc1161 std::vector<InternalPropertyMirror> internalProperties; in buildObjectPreviewInternal() local
1163 &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()
Dinjected-script.h91 internalProperties,
Dv8-debugger.h105 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>,
Dinjected-script.cc447 internalProperties, in getInternalAndPrivateProperties()
450 *internalProperties = std::make_unique<Array<InternalPropertyDescriptor>>(); in getInternalAndPrivateProperties()
473 (*internalProperties) in getInternalAndPrivateProperties()
Dv8-runtime-agent-impl.cc435 internalProperties, in getProperties()
471 *internalProperties = std::move(internalPropertiesProtocolArray); in getProperties()
Dv8-debugger.cc766 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
/third_party/node/deps/v8/include/
Djs_protocol.pdl1475 optional array of InternalPropertyDescriptor internalProperties