Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty.cc30 struct FastPropertyDetails { struct
31 explicit FastPropertyDetails(const PropertyDetails& v) : details(v) {} in FastPropertyDetails() function
32 const PropertyDetails details;