Chromium Code Reviews
Descriptionbindings: Remove unused To*Array() and ToV8Sequence() functions.
With all callers converted to
NativeValueTraits<IDLSequence<T>>::NativeValue(), which implements the most
recent WebIDL JS->Sequence conversion steps (including custom iterators), we
can remove several unused functions and deprecated NativeValueTraits
specializations.
Of all the To*Array() functions left, only ToImplArray(Vector<ScriptValue>)
was not removed, as it still serves a purpose and will just be renamed in
the future. V8BindingTest was accordingly adjust to only test that one
function.
BUG=690428, 713200
R=bashi@chromium.org,haraken@chromium.org,yukishiino@chromium.org
Review-Url: https://codereview.chromium.org/2840563002
Cr-Commit-Position: refs/heads/master@{#466940}
Committed: https://chromium.googlesource.com/chromium/src/+/345e0fb9fe291f6d32d47365f5767099ccf87d30
Patch Set 1 #Patch Set 2 : Rebase after #466709 #
Messages
Total messages: 19 (11 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||