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

  /external/v8/src/
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.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...]
hydrogen.cc     [all...]

Completed in 1583 milliseconds