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

/external/chromium_org/v8/src/
H A Dscopeinfo.cc140 var_index == scope_info->ContextLength() - 1);
146 ASSERT(scope->num_heap_slots() == scope_info->ContextLength() ||
148 scope_info->ContextLength() == 0));
189 int ScopeInfo::ContextLength() { function in class:v8::internal::ScopeInfo
227 return ContextLength() > 0;
308 ASSERT(result < ContextLength());
321 ASSERT(result < ContextLength());
/external/v8/src/
H A Dscopeinfo.cc139 var_index == scope_info->ContextLength() - 1);
145 ASSERT(scope->num_heap_slots() == scope_info->ContextLength());
186 int ScopeInfo::ContextLength() { function in class:v8::internal::ScopeInfo
224 return ContextLength() > 0;
308 ASSERT(result < ContextLength());
321 ASSERT(result < ContextLength());

Completed in 82 milliseconds