Home
last modified time | relevance | path

Searched refs:detachedness (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/common/
Dheap.js146 if (expectation.detachedness !== undefined) {
148 (node) => node.detachedness === expectation.detachedness);
152 `detachedness ${expectation.detachedness}, ` +
158 `${expectation.detachedness}, found ${matchedNodes.length}`);
/third_party/node/test/pummel/
Dtest-heapdump-dns.js17 detachedness: 2, property
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc61 void SetDetachedness(Detachedness detachedness) { in SetDetachedness() argument
62 detachedness_ = detachedness; in SetDetachedness()
/third_party/node/deps/v8/src/builtins/
Dtyped-array-set.tq254 // We've already checked for detachedness, and there's nothing that could've
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h146 uint8_t detachedness() const { return detachedness_; } in detachedness() function
Dheap-snapshot-generator.cc2971 buffer_pos = utoa(entry->detachedness(), buffer, buffer_pos); in SerializeNode()