Searched refs:internalProperties (Results 1 – 9 of 9) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/ |
D | TestOptions.java | 114 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/ |
D | v8-runtime-agent-impl.h | 91 internalProperties,
|
D | injected-script.h | 86 internalProperties,
|
D | v8-debugger.h | 119 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>,
|
D | value-mirror.cc | 1151 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()
|
D | injected-script.cc | 440 internalProperties, in getInternalAndPrivateProperties() 443 *internalProperties = std::make_unique<Array<InternalPropertyDescriptor>>(); in getInternalAndPrivateProperties() 464 (*internalProperties) in getInternalAndPrivateProperties()
|
D | v8-runtime-agent-impl.cc | 408 internalProperties, in getProperties() 444 *internalProperties = std::move(internalPropertiesProtocolArray); in getProperties()
|
D | v8-debugger.cc | 778 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
|
/external/v8/include/ |
D | js_protocol.pdl | 1455 optional array of InternalPropertyDescriptor internalProperties
|