Searched defs:ContextLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopeinfo.cc119 var_index == scope_info->ContextLength() - 1);
125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() ||
127 scope_info->ContextLength() == 0));
168 int ScopeInfo::ContextLength() { function in class:v8::internal::ScopeInfo
206 return ContextLength() > 0;
309 DCHECK(result < scope_info->ContextLength());
325 DCHECK(result < scope_info->ContextLength());

Completed in 1351 milliseconds