HomeSort by relevance Sort by last modified time
    Searched full:sequence_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_types.py 83 return array_type(idl_type) or sequence_type(idl_type)
106 sequence_type(idl_type) or
136 def sequence_type(idl_type): function
idl_definitions_builder.py 502 sequence_type = type_node_to_type(sequence_child)
503 return 'sequence<%s>' % sequence_type

Completed in 32 milliseconds