Searched refs:call_super (Results 1 – 3 of 3) sorted by relevance
133 ErrorModule(call_super=True)142 ErrorModule(call_super=False)147 mod = ErrorModule(call_super=True, raise_in_constructor=False)278 def __init__(self, call_super, raise_in_constructor=True): argument279 if call_super:
83 bool call_super, int pos, in DefaultConstructor() argument88 FunctionKind kind = call_super ? FunctionKind::kDefaultDerivedConstructor in DefaultConstructor()100 body = new (zone()) ZonePtrList<Statement>(call_super ? 2 : 1, zone()); in DefaultConstructor()101 if (call_super) { in DefaultConstructor()
438 FunctionLiteral* DefaultConstructor(const AstRawString* name, bool call_super,