Searched defs:HandleBase (Results 1 – 3 of 3) sorted by relevance
62 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function64 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function
64640 class HandleBase : public WrappedPtrOperations<T, Wrapper> {}; class65189 class HandleBase<JSObject*, Container> : public WrappedPtrOperations<JSObject*, Container> class