Searched refs:IsSpecialMethod (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/parsing/ | ||
H A D | parser-base.h | 98 inline bool IsSpecialMethod(MethodKind kind) { function in class:v8::internal::ParseFunctionFlags::MethodKind 1995 if (is_async && !IsSpecialMethod(method_kind)) { 3596 DCHECK(!IsSpecialMethod(method_type) || type == kMethodProperty); |
Completed in 64 milliseconds