Lines Matching refs:enumerable
569 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValue() local
571 PropertyDescriptor desc(thread, value, true, enumerable, true); in RuntimeStOwnByValue()
678 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByIndex() local
680 PropertyDescriptor desc(thread, value, true, enumerable, true); in RuntimeStOwnByIndex()
981 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValueWithNameSet() local
983 PropertyDescriptor desc(thread, value, true, enumerable, true); in RuntimeStOwnByValueWithNameSet()
1008 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByName() local
1010 PropertyDescriptor desc(thread, value, true, enumerable, true); in RuntimeStOwnByName()
1028 bool enumerable = !(objHandle->IsClassPrototype() || objHandle->IsClassConstructor()); in RuntimeStOwnByNameWithNameSet() local
1030 PropertyDescriptor desc(thread, valueHandle, true, enumerable, true); in RuntimeStOwnByNameWithNameSet()
2063 bool enumerable = in RuntimeDefineGetterSetterByValue() local
2065 PropertyDescriptor desc(thread, true, enumerable, true); in RuntimeDefineGetterSetterByValue()