Description[strong] Simplify (and sortof optimize) string addition for strong mode.
In strong mode, whenever either operand to an addition is a string, both
must be strings, so we can just use a simple string map check instead of
the STRING_ADD_LEFT / STRING_ADD_RIGHT machinery, which tries to do sloppy
and strict mode conversions before giving up.
R=jarin@chromium.org
Committed: https://crrev.com/6a58370c7f85ddd72590eebcdc03f15425b8ed1f
Cr-Commit-Position: refs/heads/master@{#30146}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments #Patch Set 3 : Small beautification. #
Messages
Total messages: 9 (2 generated)
|