Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc131 const bool has_outer_scope_info = !outer_scope.is_null(); in Create() local
135 (has_outer_scope_info ? 1 : 0) + in Create()
168 HasOuterScopeInfoField::encode(has_outer_scope_info) | in Create()
265 if (has_outer_scope_info) { in Create()
290 const bool has_outer_scope_info = !outer_scope.is_null(); in CreateForWithScope() local
291 const int length = kVariablePartIndex + 1 + (has_outer_scope_info ? 1 : 0); in CreateForWithScope()
304 HasOuterScopeInfoField::encode(has_outer_scope_info) | in CreateForWithScope()
320 if (has_outer_scope_info) { in CreateForWithScope()
339 const bool has_outer_scope_info = false; in CreateGlobalThisBinding() local
344 (has_outer_scope_info ? 1 : 0); in CreateGlobalThisBinding()
[all …]