Lines Matching refs:Details
724 var details = %DebugGetPropertyDetails(this.value_, %ToString(name));
725 if (details) {
726 return new PropertyMirror(this, name, details);
1047 var details = %DebugGetPropertyDetails(this.value_, %ToString(i));
1049 if (details) {
1050 value = new PropertyMirror(this, i, details);
1169 * @param {Array} details Details about the property
1173 function PropertyMirror(mirror, name, details) {
1177 this.value_ = details[0];
1178 this.details_ = details[1];
1179 if (details.length > 2) {
1180 this.exception_ = details[2];
1181 this.getter_ = details[3];
1182 this.setter_ = details[4];
1353 * Wrapper for the frame details information retreived from the VM. The frame
1354 * details from the VM is an array with the following content. See runtime.cc
2112 * @param {boolean} details Set to true to include details
2118 function MakeMirrorSerializer(details, options) {
2119 return new JSONProtocolSerializer(details, options);
2125 * @param {boolean} details Indicates whether to include details for the mirror
2129 function JSONProtocolSerializer(details, options) {
2130 this.details_ = details;
2256 details) {
2315 this.serializeObject_(mirror, content, details);
2400 details) {
2457 if (details) {
2464 if (details) {