[JSC] Use emitPutProperty / emitGetPropertyValue consistently to handle private names in edge cases
Created attachment 448173 [details] Patch
Comment on attachment 448173 [details] Patch This is super neat! Could you please check if the same change is necessary for ShortCircuitReadModifyDotNode::emitBytecode()? Related nodes (AssignDotNode, ReadModifyDotNode) all perform emitPutProperty / emitGetPropertyValue.
(In reply to Alexey Shvayka from comment #2) > Comment on attachment 448173 [details] > Patch > > This is super neat! > > Could you please check if the same change is necessary for > ShortCircuitReadModifyDotNode::emitBytecode()? Related nodes (AssignDotNode, > ReadModifyDotNode) all perform emitPutProperty / emitGetPropertyValue. Nice, added.
Committed r287531 (245666@trunk): <https://commits.webkit.org/245666@trunk>
<rdar://problem/87059955>