-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not lookup on which methods we need to install supercalls each time an instance is created. Instead, we cache in a non-enumerable variable `methodsWithSuperCall` on each class all method names that need supercall installation.
- Loading branch information
1 parent
2b28df5
commit 17a476e
Showing
3 changed files
with
75 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.