Description[es6] Fix computed property names in nested literals
Make ObjectLiteral::is_simple() false for literals containing computed
property names, which causes IsCompileTimeValue() to return false and
thus force code to be generated for setting up such properties. This
mirrors the handling of '__proto__' in literals.
BUG=v8:4387
LOG=y
Committed: https://crrev.com/233d62f8e306e56d5ed0597b008c205700e744bd
Cr-Commit-Position: refs/heads/master@{#30362}
Patch Set 1 #
Messages
Total messages: 20 (7 generated)
|