Searched refs:IsThisProperty (Results 1 – 4 of 4) sorted by relevance
227 bool IsThisProperty() const { in IsThisProperty() function641 static bool IsThisProperty(PreParserExpression expression) { in IsThisProperty() function642 return expression.IsThisProperty(); in IsThisProperty()
366 static bool IsThisProperty(Expression* expression);
2109 if (op == Token::ASSIGN && this->IsThisProperty(expression)) { in ParseAssignmentExpression()
344 bool ParserTraits::IsThisProperty(Expression* expression) { in IsThisProperty() function in v8::internal::ParserTraits