Lines Matching full:bool
73 inline bool IsFound() const in IsFound()
78 inline bool IsFastMode() const in IsFastMode()
83 inline void SetFastMode(bool flag) in SetFastMode()
88 inline bool IsElement() const in IsElement()
93 inline bool IsOnPrototype() const in IsOnPrototype()
98 inline void SetIsOnPrototype(bool flag) in SetIsOnPrototype()
103 inline bool HasReceiver() const in HasReceiver()
108 inline void SetHasReceiver(bool flag) in SetHasReceiver()
113 inline bool IsTransition() const in IsTransition()
118 inline void SetIsTransition(bool flag) in SetIsTransition()
123 inline bool IsTSHClass() const in IsTSHClass()
128 inline void SetIsTSHClass(bool flag) in SetIsTSHClass()
148 inline bool IsPrimitiveAttr() const in IsPrimitiveAttr()
153 inline bool IsWritable() const in IsWritable()
158 inline bool IsEnumerable() const in IsEnumerable()
163 inline bool IsConfigurable() const in IsConfigurable()
168 inline bool IsAccessorDescriptor() const in IsAccessorDescriptor()
173 inline bool IsInlinedProps() const in IsInlinedProps()
178 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
215 inline bool HasHolder() const in HasHolder()
261 const JSHandle<JSTaggedValue> &value, PropertyAttributes &attr, bool &needBarrier);
262 bool UpdateDataValue(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value,
263 bool isInternalAccessor, bool mayThrow = false);
264 bool WriteDataPropertyInHolder(const PropertyDescriptor &desc) in WriteDataPropertyInHolder()
269 bool WriteDataProperty(const JSHandle<JSObject> &receiver, const PropertyDescriptor &desc);
270 …bool AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, Propert…
271 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder()
287 using IsFastModeField = BitField<bool, 0, 1>;
299 …void SetFound(uint32_t index, JSTaggedValue value, uint32_t attr, bool mode, bool transition = fal…
300 void UpdateFound(uint32_t index, uint32_t attr, bool mode, bool transition);
319 …bool UpdateValueAndDetails(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &valu…
320 PropertyAttributes attr, bool attrChanged);