Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js124 mirror = new ObjectMirror(value, MirrorType.OBJECT_TYPE);
277 return this instanceof ObjectMirror;
601 function ObjectMirror(value, type) { class
605 inherits(ObjectMirror, ValueMirror);
608 ObjectMirror.prototype.className = function() { class
613 ObjectMirror.prototype.constructorFunction = function() {
618 ObjectMirror.prototype.prototypeObject = function() {
623 ObjectMirror.prototype.protoObject = function() {
628 ObjectMirror.prototype.hasNamedInterceptor = function() {
635 ObjectMirror.prototype.hasIndexedInterceptor = function() {
[all …]
/external/v8/src/inspector/
Ddebugger_script_externs.js240 function ObjectMirror() {} class
243 ObjectMirror.prototype.properties = function() {}