Searched refs:IsThisProperty (Results 1 – 3 of 3) sorted by relevance
275 bool IsThisProperty() const { in IsThisProperty() function1287 V8_INLINE static bool IsThisProperty(const PreParserExpression& expression) {1288 return expression.IsThisProperty();
584 V8_INLINE static bool IsThisProperty(Expression* expression) {
3024 if (op == Token::ASSIGN && impl()->IsThisProperty(expression)) { in ParseAssignmentExpression()