Lines Matching refs:DONT_ENUM
305 DONT_ENUM | DONT_DELETE | READ_ONLY);
1191 %DefineOrRedefineAccessorProperty(obj, 'stack', getter, setter, DONT_ENUM);
1206 %SetProperty(global, name, f, DONT_ENUM);
1207 %SetProperty(builtins, '$' + name, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
1222 %SetProperty(f.prototype, 'constructor', f, DONT_ENUM);
1223 %SetProperty(f.prototype, "name", name, DONT_ENUM);
1229 %IgnoreAttributesAndSetProperty(this, 'stack', UNDEFINED, DONT_ENUM);
1232 this, 'message', ToString(m), DONT_ENUM);
1255 %SetProperty($Error.prototype, 'message', '', DONT_ENUM);
1320 InstallFunctions($Error.prototype, DONT_ENUM, ['toString', ErrorToString]);
1359 boilerplate, 'stack', getter, setter, DONT_ENUM);