Searched defs:AsBase (Results 1 - 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/heap/cppgc/ | ||
| H A D | heap.h | 32 HeapBase& AsBase() { return *this; } in AsBase() function in cppgc::internal::final 33 const HeapBase& AsBase() const { return *this; } in AsBase() function in cppgc::internal::final |
| /third_party/node/deps/v8/src/heap/cppgc-js/ | ||
| H A D | cpp-heap.h | 120 HeapBase& AsBase() { return *this; } in AsBase() function in v8::internal::final 121 const HeapBase& AsBase() const { return *this; } in AsBase() function in v8::internal::final |
Completed in 2 milliseconds