Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h98 inline bool IsSpecialMethod(MethodKind kind) { in IsSpecialMethod() function
1995 if (is_async && !IsSpecialMethod(method_kind)) { in ParsePropertyDefinition()
3596 DCHECK(!IsSpecialMethod(method_type) || type == kMethodProperty); in CheckProperty()