Home
last modified time | relevance | path

Searched refs:ObjectMirror (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Dmirrors.js176 mirror = new ObjectMirror(value, MirrorType.OBJECT_TYPE, opt_transient);
346 return this instanceof ObjectMirror;
701 function ObjectMirror(value, type, transient) { class
705 inherits(ObjectMirror, ValueMirror);
708 ObjectMirror.prototype.className = function() { class
713 ObjectMirror.prototype.constructorFunction = function() {
718 ObjectMirror.prototype.prototypeObject = function() {
723 ObjectMirror.prototype.protoObject = function() {
728 ObjectMirror.prototype.hasNamedInterceptor = function() {
735 ObjectMirror.prototype.hasIndexedInterceptor = function() {
[all …]
/external/v8/src/inspector/
Ddebugger_script_externs.js324 function ObjectMirror() {} class
327 ObjectMirror.prototype.properties = function() {}