Home
last modified time | relevance | path

Searched refs:ExportIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.h54 static int ExportIndex(int cell_index);
H A Dsource-text-module.cc113 int SourceTextModule::ExportIndex(int cell_index) { in ExportIndex() function in v8::internal::SourceTextModule
140 module->regular_exports().set(ExportIndex(cell_index), *cell); in CreateExport()
159 cell = regular_exports().get(ExportIndex(cell_index)); in GetCell()

Completed in 5 milliseconds