NotNullTag       1052 Source/platform/heap/Heap.h         void* operator new(size_t, NotNullTag, void*) = delete; \
NotNullTag       1057 Source/platform/heap/Heap.h         void* operator new(size_t, NotNullTag, void* location) { return location; } \
NotNullTag       1071 Source/platform/heap/Heap.h         void* operator new(size_t, NotNullTag, void*); \
NotNullTag       1076 Source/platform/heap/Heap.h         void* operator new(size_t, NotNullTag, void* location) { return location; } \
NotNullTag       1099 Source/platform/heap/Heap.h         void* operator new(size_t, NotNullTag, void*) = delete; \
NotNullTag         78 Source/wtf/FastAllocBase.h     void* operator new(size_t, NotNullTag, void* location) \
NotNullTag         69 Source/wtf/HashMap.h         void* operator new(size_t, NotNullTag, void* location)
NotNullTag         53 Source/wtf/HashSet.h         void* operator new(size_t, NotNullTag, void* location)
NotNullTag        143 Source/wtf/StdLibExtras.h inline void* operator new(size_t, NotNullTag, void* location)
NotNullTag        563 Source/wtf/Vector.h         void* operator new(size_t, NotNullTag, void* location)