Descriptionbindings: Add idl_types.IdlRecordType.
Part 2 of adding support for record<K,V> WebIDL types to the bindings
generator.
This CL lands the uncontroversial bits that the idl_* side (as opposed to
the v8_* side) of the scripts will need:
- A new IdlRecordType type that wraps a record<K,V> and holds information
about its key and value types.
- Code to parse Record nodes and convert them into IdlRecordTypes when
parsing IDL files.
In practice, this is still a no-op, as we do not do anything with this new
IDL type just yet.
BUG=685754
R=bashi@chromium.org,haraken@chromium.org,yukishiino@chromium.org
Review-Url: https://codereview.chromium.org/2719913002
Cr-Commit-Position: refs/heads/master@{#453198}
Committed: https://chromium.googlesource.com/chromium/src/+/02ba668f1ae4306618c08ef19ed5d85ed4d481d2
Patch Set 1 #Patch Set 2 : Add some tests to idl_types_test #
Messages
Total messages: 8 (3 generated)
|