Home | History | Annotate | Download | only in parsing

Lines Matching refs:IsPrototype

84   bool IsPrototype() const { return type_ == kPrototypeIdentifier; }
1216 V8_INLINE bool IsPrototype(PreParserIdentifier identifier) const {
1217 return identifier.IsPrototype();