Home
last modified time | relevance | path

Searched +defs:iterator +defs:objects (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2018.ts356 const objects: Expression[] = []; constant
402 const objects = chunkObjectLiteralElements(node.properties); constant
708 …const iterator = isIdentifier(expression) ? factory.getGeneratedNameForNode(expression) : factory.… constant
/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc209 CombinedHeapObjectIterator iterator(heap(), in FindHeapObjectById() local
238 PersistentValueVector<v8::Object>* objects) { in QueryObjects()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc810 i::Script::Iterator iterator(isolate); in GetLoadedScripts() local
1068 PersistentValueVector<v8::Object>* objects) { in QueryObjects()
/third_party/node/deps/v8/src/heap/
Dheap.cc173 void Heap::SetSerializedObjects(FixedArray objects) { in SetSerializedObjects()
1576 void ReportDuplicates(int size, std::vector<HeapObject>* objects) { in ReportDuplicates()
5373 HeapObjectIterator iterator(this); in RecordStats() local
6286 HeapObjectIterator iterator(this); in CompactWeakArrayLists() local
7239 ReadOnlyHeapObjectIterator iterator(isolate()->read_only_heap()); in GcSafeFindCodeForInnerPointer() local
/third_party/node/tools/lint-md/
Dlint-md.mjs23560 function loadAll$1(input, iterator, options) { argument
24236 function inspectNode(object, objects, duplicatesIndexes) { argument