Searched refs:SetPrototypeWithNotification (Results 1 – 3 of 3) sorted by relevance
472 JSHandle<JSHClass> JSHClass::SetPrototypeWithNotification(const JSThread *thread, in SetPrototypeWithNotification() function in panda::ecmascript::JSHClass492 auto newClass = SetPrototypeWithNotification(thread, hclass, proto, isChangeProto); in SetPrototypeTransition()
2012 static JSHandle<JSHClass> SetPrototypeWithNotification(const JSThread *thread,
182 JSHandle<JSHClass> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter()