Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h275 bool IsThisProperty() const { in IsThisProperty() function
1287 V8_INLINE static bool IsThisProperty(const PreParserExpression& expression) {
1288 return expression.IsThisProperty();
Dparser.h584 V8_INLINE static bool IsThisProperty(Expression* expression) {
Dparser-base.h3024 if (op == Token::ASSIGN && impl()->IsThisProperty(expression)) { in ParseAssignmentExpression()