HomeSort by relevance Sort by last modified time
    Searched refs:FunctionState (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
parser.h 481 class FunctionState BASE_EMBEDDED {
483 FunctionState(Parser* parser,
486 ~FunctionState();
535 FunctionState* outer_function_state_;
820 FunctionState* current_function_state_;
838 friend class FunctionState;
hydrogen.h 696 class FunctionState {
698 FunctionState(HGraphBuilder* owner,
702 ~FunctionState();
716 FunctionState* outer() { return outer_; }
744 FunctionState* outer_;
837 FunctionState* function_state() const { return function_state_; }
865 void set_function_state(FunctionState* state) { function_state_ = state; }
    [all...]
parser.cc 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());
    [all...]
hydrogen.cc     [all...]

Completed in 429 milliseconds