Home | History | Annotate | Download | only in debug

Lines Matching refs:internalProperties

779 ObjectMirror.prototype.internalProperties = function() {
2777 * "internalProperties":[<internal properties>]}
2860 var internalProperties = mirror.internalProperties();
2861 if (internalProperties.length > 0) {
2863 for (var i = 0; i < internalProperties.length; i++) {
2864 ip.push(this.serializeInternalProperty_(internalProperties[i]));
2866 content.internalProperties = ip;