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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_types.py 110 def is_enum_type(idl_type): function
131 is_enum_type(idl_type) or
323 if is_basic_type(idl_type) or is_enum_type(idl_type):
438 if is_enum_type(idl_type):
v8_utilities.py 94 if not v8_types.is_enum_type(idl_type):

Completed in 73 milliseconds