[Bug]: JSObject method name update refactor doesn't work for this reference of the method #35429
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
When a user updates the JSObject method name, all the reference of the method in the same JSobject is expected to change to a new name but that doesn't happen and we start noticing reference errors in other parts of the code.
Steps To Reproduce
- Create a JSObject and create 2 methods name
getName
andgetFullName
- Use
this.getName()
inside getFullName method - Update
getName
togetFirstName
- Notice the reference error in getFullName method
Public Sample App
No response
Environment
Production
Severity
Medium (Frustrating UX)
Issue video log
No response
Version
1.33