Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc22 const int context_local_count = context_locals.length(); in Create() local
25 DCHECK(scope->ContextLocalCount() == context_local_count); in Create()
49 + parameter_count + stack_local_count + 2 * context_local_count in Create()
66 scope_info->SetContextLocalCount(context_local_count); in Create()
94 for (int i = 0; i < context_local_count; ++i) { in Create()
100 for (int i = 0; i < context_local_count; ++i) { in Create()
Druntime.cc8072 int context_local_count = scope_info->ContextLocalCount(); in NewSloppyArguments() local
8090 for (int j = 0; j < context_local_count; ++j) { in NewSloppyArguments()