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

  /external/v8/src/ast/
scopes.h 439 *index = rest_index_;
440 if (rest_index_ < 0) return NULL;
444 bool has_rest_parameter() const { return rest_index_ >= 0; }
686 int rest_index_; member in class:v8::internal::Scope
scopes.cc 195 rest_index_ = -1;
506 rest_index_ = num_parameters();
    [all...]

Completed in 54 milliseconds