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.cc141 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local
147 (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() local
323 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()