Home | History | Annotate | Download | only in parsing

Lines Matching refs:function_state_

205         function_state_(nullptr),
499 : function_state_(function_state),
510 function_state_->set_return_expr_context(sav_return_expr_context_);
514 FunctionState* function_state_;
524 : function_state_(function_state), list_(list) {
528 function_state_->tail_call_expressions().Swap(*list_);
532 FunctionState* function_state_;
543 function_state_ = parser->function_state_;
545 function_state_->next_materialized_literal_index_;
546 expected_property_count_ = function_state_->expected_property_count_;
551 function_state_->next_materialized_literal_index_ -
553 function_state_->next_materialized_literal_index_ =
555 function_state_->expected_property_count_ = expected_property_count_;
559 FunctionState* function_state_;
910 return IsGeneratorFunction(function_state_->kind());
913 return IsAsyncFunction(function_state_->kind());
916 return IsResumableFunction(function_state_->kind());
1078 return ParseIdentifierOrStrictReservedWord(function_state_->kind(),
1447 FunctionState* function_state_; // Function state stack.
1823 function_state_->set_next_function_is_likely_called();
1940 function_state_->previous_function_was_likely_called()) {
1941 function_state_->set_next_function_is_likely_called();
2334 FunctionState initializer_state(&function_state_, &scope_, initializer_scope);
2699 function_state_->destructuring_assignments_to_rewrite().length();
2753 function_state_->SetDestructuringAssignmentsScope(rewritable_length, scope);
2845 function_state_->AddProperty();
2893 factory()->NewVariableProxy(function_state_->generator_object_variable());
3038 function_state_->set_next_function_is_likely_called();
4156 FunctionState function_state(&function_state_, &scope_,
4209 function_state_->return_expr_context());
4211 function_state_, ReturnExprContext::kInsideValidReturnStatement);
5128 if (IsDerivedConstructor(function_state_->kind())) {
5134 if (IsDerivedConstructor(function_state_->kind())) {
5141 function_state_, ReturnExprContext::kInsideValidReturnStatement);
5146 function_state_->AddImplicitTailCallExpression(return_value);
5329 ReturnExprScope no_tail_calls(function_state_,
5351 function_state_, &catch_info.tail_call_expressions);
5514 ReturnExprScope no_tail_calls(function_state_,
5578 ReturnExprScope no_tail_calls(function_state_,
5778 ReturnExprScope no_tail_calls(function_state_,