Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DTestOptions.java114 private HashMap<String, String> internalProperties = new HashMap<>(); field in TestOptions
495 String value = internalProperties.get(name); in getProperty()
511 internalProperties.put(name, value); in setProperty()
/external/v8/src/inspector/
Dv8-runtime-agent-impl.h91 internalProperties,
Dinjected-script.h86 internalProperties,
Dv8-debugger.h119 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>,
Dvalue-mirror.cc1151 std::vector<InternalPropertyMirror> internalProperties; in buildObjectPreviewInternal() local
1153 &overflow, &internalProperties); in buildObjectPreviewInternal()
1154 for (size_t i = 0; i < internalProperties.size(); ++i) { in buildObjectPreviewInternal()
1156 internalProperties[i].value->buildPropertyPreview( in buildObjectPreviewInternal()
1157 context, internalProperties[i].name, &propertyPreview); in buildObjectPreviewInternal()
1590 if (debugger->internalProperties(context, object).ToLocal(&properties)) { in getInternalProperties()
Dinjected-script.cc440 internalProperties, in getInternalAndPrivateProperties()
443 *internalProperties = std::make_unique<Array<InternalPropertyDescriptor>>(); in getInternalAndPrivateProperties()
464 (*internalProperties) in getInternalAndPrivateProperties()
Dv8-runtime-agent-impl.cc408 internalProperties, in getProperties()
444 *internalProperties = std::move(internalPropertiesProtocolArray); in getProperties()
Dv8-debugger.cc778 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
/external/v8/include/
Djs_protocol.pdl1455 optional array of InternalPropertyDescriptor internalProperties