Home
last modified time | relevance | path

Searched refs:outer_function_state_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h419 outer_function_state_->destructuring_assignments_to_rewrite_; in AdoptDestructuringAssignmentsFromParentState()
428 outer_function_state_->RewindDestructuringAssignments(pos); in AdoptDestructuringAssignmentsFromParentState()
488 FunctionState* outer_function_state_; variable
1592 outer_function_state_(*function_state_stack), in FunctionState()
1602 if (outer_function_state_) { in FunctionState()
1603 outer_function_state_->previous_function_was_likely_called_ = in FunctionState()
1604 outer_function_state_->next_function_is_likely_called_; in FunctionState()
1605 outer_function_state_->next_function_is_likely_called_ = false; in FunctionState()
1611 *function_state_stack_ = outer_function_state_; in ~FunctionState()