Home | History | Annotate | Download | only in src

Lines Matching refs:Array

35 // const $Array = global.Array;
164 InstallFunctions(global, DONT_ENUM, $Array(
485 // An array with:
715 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
727 InstallFunctions($Object, DONT_ENUM, $Array(
771 InstallFunctions($Boolean.prototype, DONT_ENUM, $Array(
920 InstallFunctions($Number.prototype, DONT_ENUM, $Array(
970 p = new $Array(n - 1);
972 // Array.prototype.join replaces null with empty strings which is
996 InstallFunctions($Function.prototype, DONT_ENUM, $Array(