Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.cc157 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local
180 (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() local
426 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()
Dscope-info.tq73 has_outer_scope_info: bool: 1 bit;
164 outer_scope_info?[flags.has_outer_scope_info]: ScopeInfo|TheHole;