Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc30 const int strong_mode_free_variable_count = in Create() local
80 3 * strong_mode_free_variable_count + in Create()
107 scope_info->SetStrongModeFreeVariableCount(strong_mode_free_variable_count); in Create()
177 for (int i = 0; i < strong_mode_free_variable_count; ++i) { in Create()
182 for (int i = 0; i < strong_mode_free_variable_count; ++i) { in Create()
229 const int strong_mode_free_variable_count = 0; in CreateGlobalThisBinding() local
240 3 * strong_mode_free_variable_count + in CreateGlobalThisBinding()
262 scope_info->SetStrongModeFreeVariableCount(strong_mode_free_variable_count); in CreateGlobalThisBinding()