Home | History | Annotate | Download | only in src

Lines Matching refs:SetProperty

57     %SetProperty(object, key, f, attributes);
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);
186 %SetProperty(global, "undefined", void 0,
215 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
1493 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM);
1497 %SetProperty($Number,
1503 %SetProperty($Number, "MIN_VALUE", 5e-324,
1507 %SetProperty($Number, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
1510 %SetProperty($Number,
1516 %SetProperty($Number,