Searched refs:current_function_state_ (Results 1 – 4 of 4) sorted by relevance
656 bool is_generator() const { return current_function_state_->is_generator(); } in is_generator()758 return current_function_state_->factory(); in factory()769 FunctionState* current_function_state_; variable
496 outer_function_state_(parser->current_function_state_), in FunctionState()501 parser->current_function_state_ = this; in FunctionState()508 parser_->current_function_state_ = outer_function_state_; in ~FunctionState()547 current_function_state_(NULL), in Parser()2309 current_function_state_->generator_object_variable()); in ParseReturnStatement()2527 int index = current_function_state_->NextHandlerIndex(); in ParseTryStatement()2541 int index = current_function_state_->NextHandlerIndex(); in ParseTryStatement()2546 int index = current_function_state_->NextHandlerIndex(); in ParseTryStatement()2960 current_function_state_->AddProperty(); in ParseAssignmentExpression()2996 current_function_state_->generator_object_variable()); in ParseYieldExpression()[all …]
810 return current_function_state_->factory(); in factory()820 FunctionState* current_function_state_; variable
493 outer_function_state_(parser->current_function_state_), in FunctionState()498 parser->current_function_state_ = this; in FunctionState()505 parser_->current_function_state_ = outer_function_state_; in ~FunctionState()545 current_function_state_(NULL), in Parser()1183 current_function_state_->SetThisPropertyAssignmentInfo( in ParseSourceElements()2752 int index = current_function_state_->NextHandlerIndex(); in ParseTryStatement()2765 int index = current_function_state_->NextHandlerIndex(); in ParseTryStatement()2770 int index = current_function_state_->NextHandlerIndex(); in ParseTryStatement()3073 current_function_state_->AddProperty(); in ParseAssignmentExpression()3749 int literal_index = current_function_state_->NextMaterializedLiteralIndex(); in ParseArrayLiteral()[all …]