Lines Matching refs:Array
318 * Check whether the mirror reflects an array.
319 * @returns {boolean} True if the mirror reflects an array
619 * @return {Array} Property names for this object
622 // Find kind and limit and allocate array for the result
664 var names = new Array(limit);
686 * Return the properties for this object as an array of PropertyMirror objects.
691 * @return {Array} Property mirrors for this object
695 var properties = new Array(names.length);
746 * @return {Array} The objects which has direct references to this object.
880 * @return {Array or undefined} The objects constructed by this function.
959 * @param {Array} value The Array object reflected by this mirror
978 if (from_index > to_index) return new Array();
979 var values = new Array(to_index - from_index + 1);
1103 * @param {Array} details Details about the property
1261 * details from the VM is an array with the following content. See runtime.cc
1996 * @returns {Array.<Object>} Array of the referenced objects converted to
2000 // Collect the protocol representation of the referenced objects in an array.
2273 var p = new Array(propertyNames.length + propertyIndexes.length);
2319 * array of properties.
2370 var x = new Array(mirror.argumentCount());
2381 var x = new Array(mirror.localCount());