Searched refs:has_outer_scope_info (Results 1 – 1 of 1) sorted by relevance
141 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local147 (has_outer_scope_info ? 1 : 0) + in Create()182 HasOuterScopeInfoField::encode(has_outer_scope_info) | in Create()296 if (has_outer_scope_info) { in Create()322 const bool has_outer_scope_info = !outer_scope.is_null(); in CreateForWithScope() local323 const int length = kVariablePartIndex + (has_outer_scope_info ? 1 : 0); in CreateForWithScope()337 HasOuterScopeInfoField::encode(has_outer_scope_info) | in CreateForWithScope()350 if (has_outer_scope_info) { in CreateForWithScope()