Store |detail| as a hidden value of custom event wrappers

We cannot hold strong references from Blink to V8. This means
that we shouldn't use ScriptValue in DOM impl objects.
To stop using ScriptValue in CustomEvent, store |detail|
as a hidden value of custom event wrappers and return it when
the getter of |detail| is called.

BUG=529941

Review URL: https://codereview.chromium.org/1372513002

Cr-Commit-Position: refs/heads/master@{#351242}
8 files changed