Home
last modified time | relevance | path

Searched refs:detachedness (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/common/
H A Dheap.js146 if (expectation.detachedness !== undefined) {
148 (node) => node.detachedness === expectation.detachedness);
152 `detachedness ${expectation.detachedness}, ` +
157 `Expect to find ${rootNodes.length} with detachedness ` +
158 `${expectation.detachedness}, found ${matchedNodes.length}`);
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc61 void SetDetachedness(Detachedness detachedness) { in SetDetachedness() argument
62 detachedness_ = detachedness; in SetDetachedness()
499 // detachedness state. in AddEdge()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h146 uint8_t detachedness() const { return detachedness_; } in detachedness() function in v8::internal::HeapEntry
H A Dheap-snapshot-generator.cc2696 // type, name, id, self_size, edge_count, trace_node_id, detachedness.
2869 buffer_pos = utoa(entry->detachedness(), buffer, buffer_pos); in SerializeNode()
2900 JSON_S("detachedness")) "," in SerializeSnapshot()

Completed in 9 milliseconds