Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h243 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 Dparser.h559 V8_INLINE static bool IsThisProperty(Expression* expression) { in IsThisProperty() function in v8::internal::Parser
H A Dparser-base.h3005 if (impl()->IsThisProperty(expression)) function_state_->AddProperty(); in ParseAssignmentExpressionCoverGrammar()

Completed in 16 milliseconds