Searched refs:UpdateDetectorOnSetPrototype (Results 1 – 3 of 3) sorted by relevance
65 static void UpdateDetectorOnSetPrototype(const JSThread *thread, JSTaggedValue receiver);
220 void ObjectOperator::UpdateDetectorOnSetPrototype(const JSThread *thread, JSTaggedValue receiver) in UpdateDetectorOnSetPrototype() function in panda::ecmascript::ObjectOperator
1423 ObjectOperator::UpdateDetectorOnSetPrototype(thread, obj.GetTaggedValue()); in SetPrototype()