Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js93 mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
310 return this instanceof ObjectMirror;
656 function ObjectMirror(value, type, transient) { class
659 inherits(ObjectMirror, ValueMirror);
662 ObjectMirror.prototype.className = function() {
667 ObjectMirror.prototype.constructorFunction = function() {
672 ObjectMirror.prototype.prototypeObject = function() {
677 ObjectMirror.prototype.protoObject = function() {
682 ObjectMirror.prototype.hasNamedInterceptor = function() {
689 ObjectMirror.prototype.hasIndexedInterceptor = function() {
[all …]
Dd8.js43 var mirror = new $debug.ObjectMirror(current);
/external/v8/test/mjsunit/
Dmirror-function.js54 assertTrue(mirror instanceof debug.ObjectMirror);
65 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror);
Dmirror-array.js54 assertTrue(mirror instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
62 …assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy…
Dmirror-object.js54 assertTrue(mirror instanceof debug.ObjectMirror, 'Unexpected mirror hierarchy');
61 …assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierarch…
240 assertTrue(mirror instanceof debug.ObjectMirror);
Dmirror-date.js40 assertTrue(mirror instanceof debug.ObjectMirror);
Dmirror-error.js54 assertTrue(mirror instanceof debug.ObjectMirror);
Dmirror-unresolved-function.js52 assertTrue(mirror instanceof debug.ObjectMirror);
Dmirror-regexp.js65 assertTrue(mirror instanceof debug.ObjectMirror);
/external/v8/test/mjsunit/es6/
Dmirror-collections.js15 assertTrue(mirror instanceof debug.ObjectMirror);
33 assertTrue(mirror instanceof debug.ObjectMirror);
Dgenerators-mirror.js38 assertTrue(mirror instanceof debug.ObjectMirror);
Dmirror-promises.js31 assertTrue(mirror instanceof debug.ObjectMirror);