Home
last modified time | relevance | path

Searched refs:kIsMethod (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h1389 const bool kIsMethod = false; in FunctionKindFor() local
1390 return FunctionKindForImpl(kIsMethod, is_generator, is_async); in FunctionKindFor()
1394 const bool kIsMethod = true; in MethodKindFor() local
1395 return FunctionKindForImpl(kIsMethod, is_generator, is_async); in MethodKindFor()