Searched refs:has_outer_scope_info (Results 1 – 1 of 1) sorted by relevance
131 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local135 (has_outer_scope_info ? 1 : 0) + in Create()168 HasOuterScopeInfoField::encode(has_outer_scope_info) | in Create()265 if (has_outer_scope_info) { in Create()290 const bool has_outer_scope_info = !outer_scope.is_null(); in CreateForWithScope() local291 const int length = kVariablePartIndex + 1 + (has_outer_scope_info ? 1 : 0); in CreateForWithScope()304 HasOuterScopeInfoField::encode(has_outer_scope_info) | in CreateForWithScope()320 if (has_outer_scope_info) { in CreateForWithScope()339 const bool has_outer_scope_info = false; in CreateGlobalThisBinding() local344 (has_outer_scope_info ? 1 : 0); in CreateGlobalThisBinding()[all …]