Searched defs:internalProperties (Results 1 – 5 of 5) sorted by relevance
114 private HashMap<String, String> internalProperties = new HashMap<>(); field in TestOptions
407 Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* in getProperties()
439 std::unique_ptr<protocol::Array<InternalPropertyDescriptor>>* in getInternalAndPrivateProperties()
778 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
1151 std::vector<InternalPropertyMirror> internalProperties; in buildObjectPreviewInternal() local