Searched defs:writable (Results 1 – 7 of 7) sorted by relevance
191 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
306 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local
1483 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local1556 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local1630 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
215 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
2527 Label writable(env); in SetPropertyByName() local2764 Label writable(env); in SetPropertyByNameWithOwn() local
694 PropertyDescriptor &SetWritable(bool writable) in SetWritable()
756 bool writable; in Create() local