Home
last modified time | relevance | path

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

/external/v8/src/
Dlazy-instance.h136 struct DynamicallyAllocatedInstanceTrait { struct
137 typedef T* StorageType;
139 static T* MutableInstance(StorageType* storage) { in MutableInstance()
144 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()