Commit d77265f
committed
[MERGE chakra-core#955] Fix DRT issue related to HostDispatch property access
Merge pull request chakra-core#955 from pleath:7485108
My cleanup of the shortcut-property-access-on-unknown-property-name optimization relied on IsExternal() to tell us whether an object is eligible. But we must also exclude HostDispatch, which returns false on IsExternal().1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5044 | 5044 | | |
5045 | 5045 | | |
5046 | 5046 | | |
5047 | | - | |
| 5047 | + | |
| 5048 | + | |
5048 | 5049 | | |
5049 | 5050 | | |
5050 | 5051 | | |
5051 | | - | |
| 5052 | + | |
5052 | 5053 | | |
5053 | 5054 | | |
5054 | 5055 | | |
5055 | 5056 | | |
| 5057 | + | |
| 5058 | + | |
| 5059 | + | |
| 5060 | + | |
5056 | 5061 | | |
5057 | 5062 | | |
5058 | 5063 | | |
| |||
0 commit comments