Home
last modified time | relevance | path

Searched refs:GetCell (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.h46 Cell GetCell(int cell_index);
H A Dsource-text-module.cc151 Cell SourceTextModule::GetCell(int cell_index) { in GetCell() function in v8::internal::SourceTextModule
170 return handle(module->GetCell(cell_index).value(), isolate); in LoadVariable()
178 module->GetCell(cell_index).set_value(*value); in StoreVariable()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h963 base::Optional<CellRef> GetCell(int cell_index) const;
H A Dheap-refs.cc1931 base::Optional<CellRef> SourceTextModuleRef::GetCell(int cell_index) const { in GetCell() function in v8::internal::compiler::SourceTextModuleRef
1932 return TryMakeRef(broker(), object()->GetCell(cell_index)); in GetCell()
H A Djs-typed-lowering.cc1443 base::Optional<CellRef> cell_constant = module_constant.GetCell(cell_index); in BuildGetModuleCell()

Completed in 14 milliseconds