Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-global-object-specialization.cc80 PropertyDetails property_details = property_cell->property_details(); in ReduceJSLoadGlobal() local
171 PropertyDetails property_details = property_cell->property_details(); in ReduceJSStoreGlobal() local
/external/v8/src/
Dlookup.h236 PropertyDetails property_details() const { in property_details() function