Lines Matching refs:objectPath
29606 for (var i = 0; i < this.objectPath.length; ++i)
29620 var object = this.objectPath[index];
29834 this.objectPath = []; property
29902 this.objectPath = [defaultObject, restored]; property
29905 this.objectPath = [defaultObject];
29908 this.objectPath = [defaultObject];
29930 this.objectPath.push(new Property(object, name));
29937 this.objectPath.splice(i);
29938 selectObject = this.getPathObject(this.objectPath.length-1);
29944 var selection = state.pathIndex <= this.objectPath.length-1
29946 : this.getPathObject(this.objectPath.length-1);
30003 length = this.objectPath.length - start;
30005 this.objectPath.splice(start, length);
30034 this.objectPath.push(new Property(object, name));
30048 this.objectPath = [win]; property
30055 this.objectPath = [win, object]; property
30084 return this.objectPath;