Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dlazy-instance.h96 struct StaticallyAllocatedInstanceTrait { struct
97 using StorageType =
100 static T* MutableInstance(StorageType* storage) { in MutableInstance()
105 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()