Home
last modified time | relevance | path

Searched defs:DynamicallyAllocatedInstanceTrait (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/base/
Dlazy-instance.h112 struct DynamicallyAllocatedInstanceTrait { struct
113 using StorageType = T*;
115 static T* MutableInstance(StorageType* storage) { in MutableInstance()
120 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()