Searched refs:IsThisProperty (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h749 bool IsThisProperty() const { function in class:v8::internal::PreParserExpression
1167 static bool IsThisProperty(PreParserExpression expression) { function in class:v8::internal::PreParserTraits
1168 return expression.IsThisProperty();
2181 if (op == Token::ASSIGN && this->IsThisProperty(expression)) {
H A Dparser.h401 static bool IsThisProperty(Expression* expression);
H A Dparser.cc380 bool ParserTraits::IsThisProperty(Expression* expression) { function in class:v8::internal::ParserTraits

Completed in 165 milliseconds