DescriptionMake vector conversion more general in V8Bindings
toV8Value() could not convert vectors of basic types; by removing toV8ArrayNoInline() and always calling v8Array(), we instead pass back through
V8ValueTraits<> for each element, and as a result can convert arrays of basic types through the explicit specializations of that class.
R=kentaro@chromium.org,yhirano@chromium.org
BUG=None
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178724
Patch Set 1 #Patch Set 2 : closer #Patch Set 3 : comments and remove unneeded changes #Patch Set 4 : typo #Patch Set 5 : finished self review, PTAL #
Total comments: 4
Patch Set 6 : rebase only #Patch Set 7 : narrower #
Total comments: 2
Messages
Total messages: 15 (0 generated)
|