Searched defs:enumerable (Results 1 – 10 of 10) sorted by relevance
28 enumerable:true, property
36 enumerable: false property
18 enumerable?: boolean; property
267 bool enumerable; in HWTEST_F_L0() local
503 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValue() local608 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByIndex() local911 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValueWithNameSet() local936 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByName() local955 bool enumerable = !(objHandle->IsClassPrototype() || objHandle->IsClassConstructor()); in RuntimeStOwnByNameWithNameSet() local2008 bool enumerable = in RuntimeDefineGetterSetterByValue() local
197 JSHandle<JSTaggedValue> enumerable(thread, JSTaggedValue::False()); in HWTEST_F_L0() local
1591 JSHandle<JSTaggedValue> enumerable(thread, JSTaggedValue(desc.IsEnumerable())); in FromPropertyDescriptor() local1635 bool enumerable = value.ToBoolean(); in ToPropertyDescriptorFast() local1689 bool enumerable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
2 …{38+t};2;${r[0]};${r[1]};${r[2]}m`};Object.defineProperty(e,"exports",{enumerable:!0,get:function(… property
803 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable()
1110 bool enumerable = false; in Create() local