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

  /external/v8/src/
preparser.h 42 // // Used by FunctionState and BlockState.
142 // FunctionState and BlockState together implement the parser's scope stack.
143 // The parser's current scope is in scope_. BlockState and FunctionState
163 class FunctionState BASE_EMBEDDED {
165 FunctionState(FunctionState** function_state_stack,
171 FunctionState(FunctionState** function_state_stack,
177 ~FunctionState();
228 FunctionState** function_state_stack_
    [all...]
hydrogen.cc 214 FunctionState* state,
235 FunctionState* state,
    [all...]

Completed in 56 milliseconds