Chromium Code Reviews
Descriptionbindings: Add ToV8() overload for HeapVector<std::pair<String, T>>.
record<K,V> WebIDL support part 3.
The upcoming record<K,V> WebIDL type will be represented by a
HeapVector<std::pair<String, T>> when T is either a Member<U>.
Add a ToV8() overload that is identical to the existing one for
Vector<std::pair<String, T>> so all kinds of records can be serialized back
to V8.
BUG=685754
R=bashi@chromium.org,haraken@chromium.org,yukishiino@chromium.org
Review-Url: https://codereview.chromium.org/2725883002
Cr-Commit-Position: refs/heads/master@{#454226}
Committed: https://chromium.googlesource.com/chromium/src/+/c463181850479e23e89ebd766fbe1fa2990d9d51
Patch Set 1 #
Messages
Total messages: 15 (7 generated)
|
||||||||||||||||||||||||||||