Lines Matching refs:Array
45 const $Array = global.Array;
380 // Get an array of property keys for the given object. Used in
418 // array. This is the fast case. If this fails, we do the slow case
643 // NOTE: Setting the prototype for Array must take place as early as
644 // possible due to code generation for array literals. When
645 // generating code for a array literal a boilerplate array is created
648 %FunctionSetPrototype($Array, new $Array(0));