Home
last modified time | relevance | path

Searched defs:internalProperties (Results 1 – 5 of 5) 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
/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc407 Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* in getProperties()
Dinjected-script.cc439 std::unique_ptr<protocol::Array<InternalPropertyDescriptor>>* in getInternalAndPrivateProperties()
Dv8-debugger.cc778 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
Dvalue-mirror.cc1151 std::vector<InternalPropertyMirror> internalProperties; in buildObjectPreviewInternal() local