Home | History | Annotate | Download | only in src

Lines Matching refs:DONT_DELETE

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);
574 flag |= desc.isConfigurable() ? 0 : DONT_DELETE;
576 flag |= current.isConfigurable() ? 0 : DONT_DELETE;
578 flag |= DONT_DELETE;
898 DONT_ENUM | DONT_DELETE | READ_ONLY);
901 %SetProperty($Number, "MIN_VALUE", 5e-324, DONT_ENUM | DONT_DELETE | READ_ONLY);
904 %SetProperty($Number, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
910 DONT_ENUM | DONT_DELETE | READ_ONLY);
916 DONT_ENUM | DONT_DELETE | READ_ONLY);