Searched refs:IsThisProperty (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/parsing/ | ||
H A D | preparser.h | 243 bool IsThisProperty() const { in IsThisProperty() function in v8::internal::PreParserExpression 1296 V8_INLINE static bool IsThisProperty(const PreParserExpression& expression) { in IsThisProperty() function in v8::internal::PreParser 1297 return expression.IsThisProperty(); in IsThisProperty() |
H A D | parser.h | 559 V8_INLINE static bool IsThisProperty(Expression* expression) { in IsThisProperty() function in v8::internal::Parser |
H A D | parser-base.h | 3005 if (impl()->IsThisProperty(expression)) function_state_->AddProperty(); in ParseAssignmentExpressionCoverGrammar() |
Completed in 19 milliseconds