Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparser-base.h1136 V8_INLINE bool ClassifyPropertyIdentifier(Token::Value token,
1657 bool ParserBase<Impl>::ClassifyPropertyIdentifier( in ClassifyPropertyIdentifier() function
2637 if (!ClassifyPropertyIdentifier(name_token, prop_info)) { in ParseObjectPropertyDefinition()