Home | History | Annotate | Download | only in src

Lines Matching refs:SetProperty

57     %SetProperty(object, key, f, attributes);
155 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE);
158 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE);
161 %SetProperty(global, "undefined", void 0, DONT_ENUM | DONT_DELETE);
191 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
891 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM);
895 %SetProperty($Number,
901 %SetProperty($Number, "MIN_VALUE", 5e-324, DONT_ENUM | DONT_DELETE | READ_ONLY);
904 %SetProperty($Number, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
907 %SetProperty($Number,
913 %SetProperty($Number,