Lines Matching full:setproperty
55 %SetProperty(object, key, f, attributes);
98 %SetProperty(prototype, fields[i], void 0, DONT_ENUM | DONT_DELETE);
104 %SetProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
201 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
204 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE | READ_ONLY);
207 %SetProperty(global, "undefined", void 0,
1394 %SetProperty($Object.prototype, "constructor", $Object, DONT_ENUM);
1477 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
1643 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM);
1647 %SetProperty($Number,
1653 %SetProperty($Number, "MIN_VALUE", 5e-324,
1657 %SetProperty($Number, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
1660 %SetProperty($Number,
1666 %SetProperty($Number,
1830 %SetProperty($Function.prototype, "constructor", $Function, DONT_ENUM);