Home | History | Annotate | Download | only in scripts

Lines Matching defs:gc_type

154         vector_type = cpp_ptr_type('Vector', 'HeapVector', native_array_element_type.gc_type)
186 ptr_type = cpp_ptr_type(('PassRefPtr' if used_as_rvalue_type else 'RefPtr'), new_type, idl_type.gc_type)
248 def cpp_ptr_type(old_type, new_type, gc_type):
249 if gc_type == 'GarbageCollectedObject':
251 if gc_type == 'WillBeGarbageCollectedObject':
309 def gc_type(idl_type):
316 IdlTypeBase.gc_type = property(gc_type)
552 ref_ptr_type = cpp_ptr_type('RefPtr', 'Member', native_array_element_type.gc_type)