Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js94 mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
295 return this instanceof ObjectMirror;
573 function ObjectMirror(value, type, transient) { class
576 inherits(ObjectMirror, ValueMirror);
579 ObjectMirror.prototype.className = function() {
584 ObjectMirror.prototype.constructorFunction = function() {
589 ObjectMirror.prototype.prototypeObject = function() {
594 ObjectMirror.prototype.protoObject = function() {
599 ObjectMirror.prototype.hasNamedInterceptor = function() {
606 ObjectMirror.prototype.hasIndexedInterceptor = function() {
[all …]
Dd8.js66 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 hierachy');
61 …assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy…
226 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);