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

  /external/v8/src/
scopeinfo.cc 139 var_index == scope_info->ContextLength() - 1);
145 ASSERT(scope->num_heap_slots() == scope_info->ContextLength());
186 int ScopeInfo::ContextLength() {
224 return ContextLength() > 0;
308 ASSERT(result < ContextLength());
321 ASSERT(result < ContextLength());
  /external/chromium_org/v8/src/
scopeinfo.cc 140 var_index == scope_info->ContextLength() - 1);
146 ASSERT(scope->num_heap_slots() == scope_info->ContextLength() ||
148 scope_info->ContextLength() == 0));
189 int ScopeInfo::ContextLength() {
227 return ContextLength() > 0;
308 ASSERT(result < ContextLength());
321 ASSERT(result < ContextLength());

Completed in 58 milliseconds