Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1123 expression_scope()->RecordThisUse(); in UseThis()
1172 // expression_scope; they use the outer expression_scope instead. They should
1496 // The top of the stack is always pointed to by expression_scope().
1497 V8_INLINE ExpressionScope* expression_scope() const { in expression_scope() function in v8::internal::ParseFunctionFlag::ParserBase
1680 expression_scope()->RecordAsyncArrowParametersError( in ClassifyPropertyIdentifier()
1709 expression_scope()->RecordAsyncArrowParametersError( in ParseAndClassifyIdentifier()
1715 expression_scope()->RecordStrictModeParameterError( in ParseAndClassifyIdentifier()
2034 ExpressionParsingScope expression_scope(impl()); in ParseExpression()
2037 expression_scope in ParseExpression()
[all...]
H A Dparser.h827 return expression_scope()->NewVariable(name, start_position); in ExpressionFromIdentifier()
832 expression_scope()->Declare(name, start_position); in DeclareIdentifier()
H A Dpreparser.h1580 expression_scope()->NewVariable(name.string_, start_position); in ExpressionFromIdentifier()
1586 expression_scope()->Declare(name.string_, start_position); in DeclareIdentifier()

Completed in 22 milliseconds