Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-global-object-specialization.cc79 PropertyDetails property_details = property_cell->property_details(); in ReduceJSLoadGlobal() local
160 PropertyDetails property_details = property_cell->property_details(); in ReduceJSStoreGlobal() local
Djs-create-lowering.cc929 PropertyDetails const property_details = in AllocateFastLiteral() local
/external/v8/src/
Dlookup.h235 PropertyDetails property_details() const { in property_details() function