Bug 215348
Summary: | Custom Accessor/value/getter/setter functions when viaProxy can pass in the wrapped proxy instead of the target | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | benjamin, fpizlo, ggaren, gskachkov, guijemont, jsc32, keith_miller, mark.lam, msaboff, rmorisset, ross.kirsling, ticaiolima, tzagallo, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Saam Barati
For example, our C++ runtime calls the customs with the wrapped Proxy, not the target of the proxy. Only our ICs do the unwrapping. Seems error prone to have two ways of calling these functions
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/67280318>
Saam Barati
I fixed this in my original patch to support put by id over JSProxy