Lines Matching refs:Array
34 // var $Array = global.Array;
210 InstallFunctions(global, DONT_ENUM, $Array(
507 SetUpLockedPrototype(PropertyDescriptor, $Array(
520 ), $Array(
586 // Converts an array returned from Runtime_GetOwnProperty to an actual
587 // property descriptor. For a description of the array layout please
663 // GetOwnProperty returns an array indexed by the constants
869 // Note that the length of an array is not actually stored as part of the
882 throw new $RangeError('defineProperty() array length out of range');
943 // Step 4 - Special handling for array index.
1021 var array = new $Array(n);
1031 array[index] = s;
1035 array.length = realLength;
1036 return array;
1397 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
1413 InstallFunctions($Object, DONT_ENUM, $Array(
1479 InstallFunctions($Boolean.prototype, DONT_ENUM, $Array(
1673 InstallFunctions($Number.prototype, DONT_ENUM, $Array(
1681 InstallFunctions($Number, DONT_ENUM, $Array(
1734 // This function must not use any object literals (Object, Array, RegExp),
1735 // since the literals-array is being used to store the bound data.
1832 InstallFunctions($Function.prototype, DONT_ENUM, $Array(