You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize method retrieval with Reflect.get for clarity
Replaced Object.getOwnPropertyDescriptor with Reflect.get to simplify and streamline method retrieval logic. This improves code readability and reduces unnecessary complexity in accessing prototype methods. No changes to functionality or behavior.
0 commit comments