Home | History | Annotate | Download | only in scripts

Lines Matching refs:stringifier

277         self.stringifier = None
305 elif child_class == 'Stringifier':
306 self.stringifier = IdlStringifier(idl_name, child)
324 """Add the stringifier's attribute or named operation child, if it has
326 if self.stringifier.attribute:
327 self.attributes.append(self.stringifier.attribute)
328 elif self.stringifier.operation:
329 self.operations.append(self.stringifier.operation)
528 # FIXME: can we remove this? replace with a stringifier?
625 # Copy the stringifier's extended attributes (such as [Unforgable]) onto