Searched refs:kIsMethod (Results 1 – 1 of 1) sorted by relevance
1389 const bool kIsMethod = false; in FunctionKindFor() local1390 return FunctionKindForImpl(kIsMethod, is_generator, is_async); in FunctionKindFor()1394 const bool kIsMethod = true; in MethodKindFor() local1395 return FunctionKindForImpl(kIsMethod, is_generator, is_async); in MethodKindFor()