DescriptionPrepare ActivityLogConverterStrategyTest for ES2015 Function name reform
One test case in this test is trying to test the output for an anonymous
function, but in ES2015 functions assigned to properties in object
literals are given the name of the property. Wrapping the function literal
in a comma expression avoids the name inference, so that this test
will continue to pass once V8 ships the new semantics.
BUG=v8:3699
Committed: https://crrev.com/0cf9f97e579fc4c696f1af0255a86d48e41cc0fa
Cr-Commit-Position: refs/heads/master@{#379144}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|