Home | History | Annotate | Download | only in src

Lines Matching refs:FunctionState

462 // FunctionState and BlockState together implement the parser's scope stack.
464 // FunctionState constructors push on the scope stack and the destructors
484 Parser::FunctionState::FunctionState(Parser* parser,
503 Parser::FunctionState::~FunctionState() {
618 FunctionState function_state(this, scope, isolate());
712 FunctionState function_state(this, scope, isolate());
4409 { FunctionState function_state(this, scope, isolate());