Searched defs:internalProperties (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java109 private HashMap<String, String> internalProperties = new HashMap<>(); field in class:TestOptions
474 String value = internalProperties.get(name);
490 internalProperties.put(name, value);
/external/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc448 internalProperties,
471 ->internalProperties(scope.context(), scope.object())
498 *internalProperties = std::move(propertiesProtocolArray);
442 getProperties( const String16& objectId, Maybe<bool> ownProperties, Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview, std::unique_ptr<protocol::Array<protocol::Runtime::PropertyDescriptor>>* result, Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* internalProperties, Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) argument
H A Dv8-debugger.cc742 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( function in class:v8_inspector::V8Debugger
/external/v8/src/debug/
H A Dmirrors.js679 ObjectMirror.prototype.internalProperties = function() {

Completed in 235 milliseconds