Lines Matching refs:index
579 for (InternalIndex index : requested_exports->IterateEntries()) {
581 if (!requested_exports->ToKey(roots, index, &key)) continue;
587 Handle<Cell> cell(Cell::cast(requested_exports->ValueAt(index)), isolate);
1023 // InnerModuleEvaluation(module, stack, index)
1025 // a. If module.[[EvaluationError]] is undefined, return index.
1045 // 6. Set module.[[DFSIndex]] to index.
1048 // 7. Set module.[[DFSAncestorIndex]] to index.
1057 // 10. Set index to index + 1.
1139 // The spec returns the module index for proper numbering of dependencies.
1140 // However, we pass the module index by pointer instead.