Lines Matching refs:receiver
51 const JSHandle<JSTaggedValue> &receiver, const JSHandle<JSTaggedValue> &key,
57 ObjectOperator(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name,
60 ObjectOperator(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name,
63 static void FastAdd(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name,
67 static void PUBLIC_API UpdateDetector(const JSThread *thread, JSTaggedValue receiver, JSTaggedValue key);
68 static void UpdateDetectorOnSetPrototype(const JSThread *thread, JSTaggedValue receiver);
313 bool UpdateDataValue(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value,
317 JSHandle<JSObject> receiver(holder_);
318 return WriteDataProperty(receiver, desc);
320 bool WriteDataProperty(const JSHandle<JSObject> &receiver, const PropertyDescriptor &desc);
321 bool AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, PropertyAttributes attr);
369 void WriteElement(const JSHandle<JSObject> &receiver, const PropertyDescriptor &desc);
370 void WriteElement(const JSHandle<JSObject> &receiver, JSHandle<JSTaggedValue> value) const;
372 bool UpdateValueAndDetails(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value,
374 void TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr);