Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DTestOptions.java109 private HashMap<String, String> internalProperties = new HashMap<>(); field in TestOptions
474 String value = internalProperties.get(name); in getProperty()
490 internalProperties.put(name, value); in setProperty()
/external/v8/src/inspector/
Dv8-runtime-agent-impl.h85 internalProperties,
Dinjected-script-source.js883 var internalProperties = [];
890 push(internalProperties, {
898 …this._appendPropertyDescriptors(preview, internalProperties, propertiesThreshold, secondLevelKeys,…
Dv8-debugger.h77 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>,
Dv8-runtime-agent-impl.cc448 internalProperties, in getProperties()
471 ->internalProperties(scope.context(), scope.object()) in getProperties()
498 *internalProperties = std::move(propertiesProtocolArray); in getProperties()
Dv8-injected-script-host.cc207 ->internalProperties(isolate->GetCurrentContext(), info[0]) in getInternalPropertiesCallback()
Dv8-debugger.cc742 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
/external/v8/src/debug/
Dmirrors.js679 ObjectMirror.prototype.internalProperties = function() { method in ObjectMirror