Bug 177721
Summary: | If the base object isn't poly proto, we should still use OPC set instead of PrototypeAccessChain | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | NEW | ||
Severity: | Normal | CC: | benjamin, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, rmorisset, ticaiolima, ysuzuki |
Priority: | P2 | ||
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Saam Barati
We can make this work if we always transition the structure during a prototype change. This is sort of weird in the case of poly proto, since it doesn't really need a transition, but it's probably rare enough that we don't care.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |