Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.h114 enum CellIndexKind { kInvalid, kExport, kImport }; enum
115 static CellIndexKind GetCellIndexKind(int cell_index);
Dmodules.cc218 ModuleDescriptor::CellIndexKind ModuleDescriptor::GetCellIndexKind( in GetCellIndexKind()