Home | History | Annotate | Download | only in src

Lines Matching refs:VariableAllocationInfo

4310   enum VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED };
4321 : public BitField<VariableAllocationInfo, DeclarationScopeField::kNext,
4326 : public BitField<VariableAllocationInfo, HasNewTargetField::kNext, 2> {};