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

[WIP] Move wasApplied into Meta. #15580

Closed
wants to merge 1 commit into from

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 12, 2017

This removes the closure scoped variable used to track if a given PrototypeMixin has been applied for the current class by moving it into the Meta's this._flags.

This is the first baby step towards correcting some issues with native ES class interop.

TODO:

  • Ensure that .proto is not being called more than once (I believe this is already undertest but want to confirm).
  • Run benchmarks to confirm this isn't a performance regression.

This removes the closure scoped variable used to track if a given
`PrototypeMixin` has been applied for the current class by moving
it into the `Meta`'s `this._flags`.

This is the first baby step towards correcting some issues with
native ES class interop.
@rwjblue
Copy link
Member Author

rwjblue commented Feb 24, 2018

Closing in favor of work being done in #16184

@rwjblue rwjblue deleted the move-was-applied-to-meta branch February 24, 2018 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants