Lines Matching refs:property
500 * Sends "lookup" request for each unresolved property of the object. When
591 // TODO(yurys): allow to send only property names in the response.
1098 // Don't add 'prototype' property since it is one of the regualar properties.
1103 * For each property in "properties" creates its proxy representative.
1112 var property = properties[i];
1113 var name = String(property.name);
1117 var value = devtools.DebuggerAgent.formatObjectProxy_(property.value);