Searched defs:internalProperties (Results 1 – 4 of 4) sorted by relevance
109 private HashMap<String, String> internalProperties = new HashMap<>(); field in TestOptions
447 Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* in getProperties()
742 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties() function in v8_inspector::V8Debugger
679 ObjectMirror.prototype.internalProperties = function() { method in ObjectMirror