Lines Matching refs:details
810 var details = %DebugGetPropertyDetails(this.value_, %ToName(name));
811 if (details) {
812 return new PropertyMirror(this, name, details);
1149 var details = %DebugGetPropertyDetails(this.value_, %ToString(i));
1151 if (details) {
1152 value = new PropertyMirror(this, i, details);
1435 function PropertyMirror(mirror, name, details) { argument
1439 this.value_ = details[0];
1440 this.details_ = details[1];
1441 this.is_interceptor_ = details[2];
1442 if (details.length > 3) {
1443 this.exception_ = details[3];
1444 this.getter_ = details[4];
1445 this.setter_ = details[5];
1800 FrameMirror.prototype.details = function() { method in FrameMirror
2227 ScopeMirror.prototype.details = function() { method in ScopeMirror
2411 function MakeMirrorSerializer(details, options) { argument
2412 return new JSONProtocolSerializer(details, options);
2422 function JSONProtocolSerializer(details, options) { argument
2423 this.details_ = details;
2552 details) { argument
2617 this.serializeObject_(mirror, content, details);
2702 details) { argument
2778 if (details) {
2785 if (details) {