Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dvariables.h37 ForceContextAllocationBit::encode(false) | in scope_()
76 return ForceContextAllocationBit::decode(bit_field_); in has_forced_context_allocation()
81 bit_field_ = ForceContextAllocationBit::update(bit_field_, true); in ForceContextAllocation()
272 using ForceContextAllocationBit = LocationField::Next<bool, 1>; variable
273 using IsUsedField = ForceContextAllocationBit::Next<bool, 1>;
/third_party/node/deps/v8/src/objects/
Dscope-info.cc234 ForceContextAllocationBit::encode( in Create()
445 ForceContextAllocationBit::encode(false) | in CreateForWithScope()
523 ForceContextAllocationBit::encode(false) | in CreateForBootstrapping()
689 bool force_context = ForceContextAllocationBit::decode(Flags()); in ContextLength()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1713 ScopeInfo::ForceContextAllocationBit::encode(false) | in CreateScopeInfo()
1726 flags |= ScopeInfo::ForceContextAllocationBit::encode(true); in CreateScopeInfo()