Home
last modified time | relevance | path

Searched refs:heap_locals_count (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dframes.cc1213 int heap_locals_count = scope_info->ContextLocalCount(); in Print() local
1243 if (heap_locals_count > 0) { in Print()
1246 for (int i = 0; i < heap_locals_count; i++) { in Print()