Lines Matching refs:DONT_ENUM
78 %SetProperty(prototype, fields[i], void 0, DONT_ENUM | DONT_DELETE);
84 %SetProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
180 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
183 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE | READ_ONLY);
187 DONT_ENUM | DONT_DELETE | READ_ONLY);
190 InstallFunctions(global, DONT_ENUM, $Array(
215 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
797 flag |= desc.isEnumerable() ? 0 : DONT_ENUM;
799 flag |= current.isEnumerable() ? 0 : DONT_ENUM;
801 flag |= DONT_ENUM;
1289 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
1301 InstallFunctions($Object, DONT_ENUM, $Array(
1353 InstallFunctions($Boolean.prototype, DONT_ENUM, $Array(
1493 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM);
1500 DONT_ENUM | DONT_DELETE | READ_ONLY);
1504 DONT_ENUM | DONT_DELETE | READ_ONLY);
1507 %SetProperty($Number, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
1513 DONT_ENUM | DONT_DELETE | READ_ONLY);
1519 DONT_ENUM | DONT_DELETE | READ_ONLY);
1523 InstallFunctions($Number.prototype, DONT_ENUM, $Array(
1531 InstallFunctions($Number, DONT_ENUM, $Array(
1668 InstallFunctions($Function.prototype, DONT_ENUM, $Array(