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

  /external/v8/src/parsing/
parser-base.h 59 // // Used by FunctionState and BlockState.
162 // FunctionState and BlockState together implement the parser's scope stack.
163 // The parser's current scope is in scope_. BlockState and FunctionState
188 class FunctionState BASE_EMBEDDED {
190 FunctionState(FunctionState** function_state_stack, Scope** scope_stack,
193 ~FunctionState();
225 FunctionState* outer() const { return outer_function_state_; }
273 FunctionState** function_state_stack_;
274 FunctionState* outer_function_state_
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 212 FunctionState* state, bool add_simulate) {
231 void HBasicBlock::AddLeaveInlined(HValue* return_value, FunctionState* state,
    [all...]

Completed in 91 milliseconds