Searched refs:has_outer_scope_info (Results 1 – 2 of 2) sorted by relevance
157 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local180 (has_outer_scope_info ? 1 : 0) + in Create()232 HasOuterScopeInfoBit::encode(has_outer_scope_info) | in Create()389 if (has_outer_scope_info) { in Create()425 const bool has_outer_scope_info = !outer_scope.is_null(); in CreateForWithScope() local426 const int length = kVariablePartIndex + (has_outer_scope_info ? 1 : 0); in CreateForWithScope()443 HasOuterScopeInfoBit::encode(has_outer_scope_info) | in CreateForWithScope()459 if (has_outer_scope_info) { in CreateForWithScope()
73 has_outer_scope_info: bool: 1 bit;164 outer_scope_info?[flags.has_outer_scope_info]: ScopeInfo|TheHole;