Home | History | Annotate | Download | only in src

Lines Matching defs:function_state_

78         function_state_(NULL),
248 function_state_ = parser->function_state_;
250 function_state_->next_materialized_literal_index_;
251 next_handler_index_ = function_state_->next_handler_index_;
252 expected_property_count_ = function_state_->expected_property_count_;
256 function_state_->next_materialized_literal_index_ =
258 function_state_->next_handler_index_ = next_handler_index_;
259 function_state_->expected_property_count_ = expected_property_count_;
263 FunctionState* function_state_;
437 return function_state_->factory();
441 bool is_generator() const { return function_state_->is_generator(); }
578 FunctionState* function_state_; // Function state stack.
1430 FunctionState top_scope(&function_state_, &scope_, &scope);
1720 int literal_index = function_state_->NextMaterializedLiteralIndex();
1912 int literal_index = function_state_->NextMaterializedLiteralIndex();
2095 int literal_index = function_state_->NextMaterializedLiteralIndex();
2182 function_state_->AddProperty();
2213 factory()->NewVariableProxy(function_state_->generator_object_variable());
2246 yield->set_index(function_state_->NextHandlerIndex());
2624 FunctionState function_state(&function_state_, &scope_, &scope, zone(),
2741 &function_state_, &scope_, &extends_scope, zone(),