HomeSort by relevance Sort by last modified time
    Searched defs:ObjectMirror (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
mirror-debugger.js 94 mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
208 // - ObjectMirror
295 return this instanceof ObjectMirror;
582 function ObjectMirror(value, type, transient) {
585 inherits(ObjectMirror, ValueMirror);
588 ObjectMirror.prototype.className = function() {
593 ObjectMirror.prototype.constructorFunction = function() {
598 ObjectMirror.prototype.prototypeObject = function() {
603 ObjectMirror.prototype.protoObject = function() {
608 ObjectMirror.prototype.hasNamedInterceptor = function()
    [all...]
  /external/v8/src/
mirror-debugger.js 94 mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
209 // - ObjectMirror
295 return this instanceof ObjectMirror;
573 function ObjectMirror(value, type, transient) {
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()
    [all...]

Completed in 141 milliseconds