Searched refs:internalProperties (Results 1 – 8 of 8) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/ |
D | TestOptions.java | 107 private HashMap<String, String> internalProperties = new HashMap<>(); field in TestOptions 471 String value = internalProperties.get(name); in getProperty() 487 internalProperties.put(name, value); in setProperty()
|
/external/v8/src/inspector/ |
D | injected-script-source.js | 874 var internalProperties = []; 881 push(internalProperties, { 889 …this._appendPropertyDescriptors(preview, internalProperties, propertiesThreshold, secondLevelKeys,…
|
D | v8-runtime-agent-impl.h | 85 internalProperties,
|
D | v8-debugger.h | 81 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>,
|
D | v8-runtime-agent-impl.cc | 443 internalProperties, in getProperties() 466 ->internalProperties(scope.context(), scope.object()) in getProperties() 493 *internalProperties = std::move(propertiesProtocolArray); in getProperties()
|
D | v8-injected-script-host.cc | 194 ->internalProperties(isolate->GetCurrentContext(), info[0]) in getInternalPropertiesCallback()
|
D | v8-debugger.cc | 713 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
|
/external/v8/src/debug/ |
D | mirrors.js | 779 ObjectMirror.prototype.internalProperties = function() { method in ObjectMirror 2860 var internalProperties = mirror.internalProperties(); 2861 if (internalProperties.length > 0) { 2863 for (var i = 0; i < internalProperties.length; i++) { 2864 ip.push(this.serializeInternalProperty_(internalProperties[i])); 2866 content.internalProperties = ip;
|