Searched refs:IsBaseConstructor (Results 1 – 2 of 2) sorted by relevance
1164 inline bool IsBaseConstructor(FunctionKind kind) { in IsBaseConstructor() function1176 return IsBaseConstructor(kind) || IsDerivedConstructor(kind); in IsClassConstructor()
1107 if (IsBaseConstructor(function_kind()) && in GenerateBytecodeBody()