Creates SerializedScriptWriter and ScriptValueSerializer in one method.
Before this CL, Writer and Serializer are constructed separately and we
did some common tasks between them, so Factory needed some overrided
methods to work for them.
After this CL, Writer and Serializer are constructed at once, and we
can wrap common tasks in Serializer.
BUG=
614919
Committed:
https://crrev.com/cd6cb132882322d79684d805103be3abcd38b7d4
Cr-Commit-Position: refs/heads/master@{#401253}