Searched refs:detachedness (Results 1 - 4 of 4) sorted by relevance
/third_party/node/test/common/ |
H A D | heap.js | 146 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 D | cpp-snapshot.cc | 61 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 D | heap-snapshot-generator.h | 146 uint8_t detachedness() const { return detachedness_; } in detachedness() function in v8::internal::HeapEntry
|
H A D | heap-snapshot-generator.cc | 2696 // 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