Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc134 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local
138 (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() local
296 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() local
349 (has_outer_scope_info ? 1 : 0); in CreateGlobalThisBinding()
[all …]