9e29d33563
Strings were not sometimes not considered indexables because [subtype=String] is not reduced to [exact=JSString]. We now rewrite the index-set operator to direct access even when the receiver object is potentially null (but is otherwise a mutable indexable). BUG= R=sra@google.com Review URL: https://codereview.chromium.org/1420563002 .