Searched refs:context_local_count (Results 1 – 2 of 2) sorted by relevance
22 const int context_local_count = context_locals.length(); in Create() local25 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()
8072 int context_local_count = scope_info->ContextLocalCount(); in NewSloppyArguments() local8090 for (int j = 0; j < context_local_count; ++j) { in NewSloppyArguments()