Searched refs:propertiesThreshold (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script-source.js | 859 var propertiesThreshold = { variable 868 …this._appendPropertyDescriptors(preview, descriptors, propertiesThreshold, secondLevelKeys, isTabl… 869 if (propertiesThreshold.indexes < 0 || propertiesThreshold.properties < 0) 889 …this._appendPropertyDescriptors(preview, internalProperties, propertiesThreshold, secondLevelKeys,… 906 …_appendPropertyDescriptors: function(preview, descriptors, propertiesThreshold, secondLevelKeys, i… argument 909 if (propertiesThreshold.indexes < 0 || propertiesThreshold.properties < 0) 949 …ame: name, type: "object", subtype: "null", value: "null", __proto__: null }, propertiesThreshold); 957 …name: name, type: type, value: toStringDescription(value), __proto__: null }, propertiesThreshold); 977 this._appendPropertyPreview(preview, property, propertiesThreshold); 986 _appendPropertyPreview: function(preview, property, propertiesThreshold) argument [all …]
|