After fixing the issue 773611 , ScriptWrappable inherits from GarbageCollected and TraceWrapperBase.
So now we can take optimizations like
- ScriptWrappable::ToImpl<T> can be simplified
- Generated V8T::ToImpl won't be needed. (The offset is always zero.)
- WrapperTypeInfo::trace_function/trace_wrappers_function are not needed.
Let's do them.
Comment 1 by peria@chromium.org
, Oct 27 2017