Lines Matching full:dont_enum
103 var attributes = DONT_ENUM | DONT_DELETE | READ_ONLY;
115 utils.InstallFunctions(global, DONT_ENUM, [
633 flag |= desc.isEnumerable() ? 0 : DONT_ENUM;
635 flag |= current.isEnumerable() ? 0 : DONT_ENUM;
637 flag |= DONT_ENUM;
866 DONT_ENUM);
869 utils.InstallFunctions(GlobalObject.prototype, DONT_ENUM, [
885 utils.InstallFunctions(GlobalObject, DONT_ENUM, [
944 DONT_ENUM);
946 utils.InstallFunctions(GlobalBoolean.prototype, DONT_ENUM, [
1110 DONT_ENUM);
1132 utils.InstallFunctions(GlobalNumber.prototype, DONT_ENUM, [
1142 utils.InstallFunctions(GlobalNumber, DONT_ENUM, [