Commit d8b8bc0
fix: Don't access
Accessing `super` here in CallbackHandlers::GetMethodOverrides() would
cause a new empty super object to be created, and try to copy the
implementation object's metadata node over to it. This would fail a DCHECK
because the metadata node is null.
Instead, since we are checking in the next line if the property value is
a function, and we know that the value of `super` isn't a function, we can
instead just skip `super`.super property on implementation object1 parent afe026a commit d8b8bc0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
637 | 641 | | |
638 | 642 | | |
639 | 643 | | |
| |||
0 commit comments