Searched refs:has_outer_scope_info (Results 1 – 1 of 1) sorted by relevance
134 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local138 (has_outer_scope_info ? 1 : 0) + in Create()173 HasOuterScopeInfoField::encode(has_outer_scope_info) | in Create()270 if (has_outer_scope_info) { in Create()295 const bool has_outer_scope_info = !outer_scope.is_null(); in CreateForWithScope() local296 const int length = kVariablePartIndex + 1 + (has_outer_scope_info ? 1 : 0); in CreateForWithScope()309 HasOuterScopeInfoField::encode(has_outer_scope_info) | in CreateForWithScope()325 if (has_outer_scope_info) { in CreateForWithScope()344 const bool has_outer_scope_info = false; in CreateGlobalThisBinding() local349 (has_outer_scope_info ? 1 : 0); in CreateGlobalThisBinding()[all …]