HomeSort by relevance Sort by last modified time
    Searched refs:v8_types (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_callback_interface.py 39 import v8_types namespace
59 cpp_value_to_v8_value = v8_types.cpp_value_to_v8_value(idl_type, name,
67 # (always use usual v8_types.cpp_type)
73 usual_cpp_type = v8_types.cpp_type(idl_type, used_as_argument=True)
97 v8_types.add_includes_for_type(operation.idl_type)
99 v8_types.add_includes_for_type(argument.idl_type)
v8_methods.py 39 import v8_types namespace
87 'cpp_type': v8_types.cpp_type(idl_type),
137 'cpp_type': v8_types.cpp_type(idl_type),
147 'is_variadic_wrapper_type': argument.is_variadic and v8_types.is_wrapper_type(idl_type),
148 'is_wrapper_type': v8_types.is_wrapper_type(idl_type),
180 return v8_types.v8_set_return_value(idl_type, cpp_value, method.extended_attributes)
186 if (v8_types.is_wrapper_type(idl_type) and
187 not v8_types.is_typed_array_type(idl_type) and
197 all(not v8_types.is_wrapper_type(argument.idl_type)
224 cpp_type=v8_types.cpp_type(idl_type), name=name, index=index
    [all...]
v8_attributes.py 39 import v8_types namespace
48 v8_types.add_includes_for_type(idl_type)
76 'constructor_type': v8_types.constructor_type(idl_type)
79 'cpp_type': v8_types.cpp_type(idl_type),
87 v8_types.is_interface_type(idl_type)),
113 'v8_type': v8_types.v8_type(idl_type),
127 'v8_value_to_local_cpp_value': v8_types.v8_value_to_local_cpp_value(
158 v8_set_return_value_statement = v8_types.v8_set_return_value(idl_type, cpp_value, extended_attributes=extended_attributes, script_wrappable='imp')
216 v8_types.is_wrapper_type(idl_type) and
220 v8_types.is_dom_node_type(idl_type) o
    [all...]
v8_utilities.py 43 import v8_types namespace
94 if not v8_types.is_enum_type(idl_type):
97 for enum_value in v8_types.enum_values(idl_type)])
107 return v8_types.v8_type(interface.name)
v8_interface.py 41 import v8_types namespace
68 header_includes.update(v8_types.includes_for_type(parent_interface))
93 v8_types.add_includes_for_type(special_wrap_interface)
322 if v8_types.array_or_sequence_type(idl_type):
324 if v8_types.is_wrapper_type(idl_type):
code_generator_v8.py 58 import v8_types namespace
101 v8_types.set_enum_types(enumerations)

Completed in 38 milliseconds