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

  /external/chromium_org/v8/src/
scopeinfo.cc 22 const int context_local_count = context_locals.length(); local
25 DCHECK(scope->ContextLocalCount() == context_local_count);
49 + parameter_count + stack_local_count + 2 * context_local_count
66 scope_info->SetContextLocalCount(context_local_count);
94 for (int i = 0; i < context_local_count; ++i) {
100 for (int i = 0; i < context_local_count; ++i) {
runtime.cc     [all...]

Completed in 148 milliseconds