Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the object's prototype to store the changes #14

Closed
ddeltree opened this issue Mar 11, 2024 · 1 comment
Closed

Use the object's prototype to store the changes #14

ddeltree opened this issue Mar 11, 2024 · 1 comment

Comments

@ddeltree
Copy link
Owner

Consider not using any symbols, using the original and proposed properties directly, assuming these are not already present in the prototype.
Try to create class instances with these names as inherited fields or methods, and see if they collide or smth
I think they are stored 2 levels deep in the instance's prototypal inheritance chain, idk

@ddeltree
Copy link
Owner Author

ddeltree commented Jun 4, 2024

Implemented by #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant