Home | History | Annotate | Download | only in scripts

Lines Matching defs:cpp_type

59     # (cpp_type, v8_type), used by constructor templates
117 def cpp_type(idl_type, extended_attributes=None, raw_type=False, used_as_rvalue_type=False, used_as_variadic_argument=False, used_in_cpp_sequence=False):
226 # Allow access as idl_type.cpp_type if no arguments
227 IdlTypeBase.cpp_type = property(cpp_type)
229 IdlTypeBase.cpp_type_args = cpp_type
230 IdlUnionType.cpp_type = property(cpp_type_union)
557 this_cpp_type = native_array_element_type.cpp_type
558 expression_format = 'toImplArray<{cpp_type}>({v8_value}, {index}, {isolate}, exceptionState)'
559 expression = expression_format.format(native_array_element_type=native_array_element_type.name, cpp_type=this_cpp_type, index=index, ref_ptr_type=ref_ptr_type, v8_value=v8_value, isolate=isolate)
670 or v8SetReturnValue* function; it can be an idl_type, a cpp_type, or a