Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.cc1443 base::Optional<CellRef> cell_constant = module_constant.GetCell(cell_index); in BuildGetModuleCell() local
1444 if (cell_constant.has_value()) return jsgraph()->Constant(*cell_constant); in BuildGetModuleCell()