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

  /external/v8/src/ast/
scopes.h 434 Variable* rest_parameter(int* index) const { function in class:v8::internal::Scope
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 581 Variable* rest_parameter = scope->rest_parameter(&rest_index); local
582 BuildRestArgumentsArray(rest_parameter, rest_index);
    [all...]

Completed in 1628 milliseconds