Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.h1124 return NeedsInitialAllocationSiteField::decode(bit_field_); in needs_initial_allocation_site()
1150 using NeedsInitialAllocationSiteField = DepthField::Next<bool, 1>; variable
1151 using IsSimpleField = NeedsInitialAllocationSiteField::Next<bool, 1>;
1161 NeedsInitialAllocationSiteField::encode(false) | in LiteralBoilerplateBuilder()
1181 bit_field_ = NeedsInitialAllocationSiteField::update(bit_field_, required); in set_needs_initial_allocation_site()