Home | History | Annotate | Download | only in parsing

Lines Matching refs:is_method

1366   FunctionKind FunctionKindForImpl(bool is_method, bool is_generator,
1370 // is_method=false
1378 // is_method=true
1385 return kFunctionKinds[is_method][is_generator][is_async];