Searched refs:kWeak (Results 1 - 13 of 13) sorted by relevance
/third_party/node/lib/ |
H A D | domain.js | 56 const kWeak = Symbol('kWeak'); 79 pairing.set(asyncId, process.domain[kWeak]); 219 this[kWeak] = new WeakReference(this);
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | startup-deserializer.cc | 33 base::EnumSet<SkipRoot>{SkipRoot::kUnserializable, SkipRoot::kWeak}); in DeserializeIntoIsolate()
|
H A D | startup-serializer.cc | 228 base::EnumSet<SkipRoot>{SkipRoot::kUnserializable, SkipRoot::kWeak}); in SerializeStrongReferences()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 67 kWeak = v8::HeapGraphEdge::kWeak enumerator 80 type() == kInternal || type() == kShortcut || type() == kWeak); in name()
|
H A D | heap-snapshot-generator.cc | 202 || type == kWeak); in HeapGraphEdge() 242 CHECK_EQ(type, HeapGraphEdge::kWeak); in VerifyReference() 269 } else if (type == HeapGraphEdge::kWeak) { in VerifyReference() 356 case HeapGraphEdge::kWeak: in Print() 1975 heap_->IterateRoots(&extractor, base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in IterateAndExtractReferences() 2155 parent_entry->SetNamedReference(HeapGraphEdge::kWeak, reference_name, in SetWeakReference() 2168 parent_entry->SetNamedReference(HeapGraphEdge::kWeak, in SetWeakReference() 2241 is_weak ? HeapGraphEdge::kWeak : HeapGraphEdge::kInternal; in SetGcSubrootReference()
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 219 const kWeak = 0; 1822 if (state === kWeak && !ctx.sorted) { 1845 if (state === kWeak) { 1880 return formatSetIterInner(ctx, recurseTimes, entries, kWeak); 1885 return formatMapIterInner(ctx, recurseTimes, entries, kWeak);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 556 kWeak = 6 // A weak reference (ignored by the GC). enumerator
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 556 kWeak = 6 // A weak reference (ignored by the GC). enumerator
|
/third_party/node/deps/v8/src/heap/ |
H A D | incremental-marking.cc | 231 SkipRoot::kWeak}); in MarkRoots()
|
H A D | heap.h | 188 kWeak
|
H A D | heap.cc | 4868 DCHECK(!options.contains(SkipRoot::kWeak)); in IterateWeakRoots() 5019 if (options.contains(SkipRoot::kWeak)) { in IterateRoots() 5109 if (!options.contains(SkipRoot::kWeak)) { in IterateRoots()
|
H A D | mark-compact.cc | 146 base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in VerifyRoots() 356 base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in VerifyRoots() 1970 root_visitor, base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in MarkRoots()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 10120 case i::HeapGraphEdge::kWeak: in GetName()
|
Completed in 60 milliseconds