Searched refs:ReconfigureDataProperty (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | lookup.cc | 99 void LookupIterator::ReconfigureDataProperty(Handle<Object> value, in ReconfigureDataProperty() function in v8::internal::LookupIterator 108 holder_map_ = Map::ReconfigureDataProperty(holder_map_, descriptor_number(), in ReconfigureDataProperty()
|
D | lookup.h | 119 void ReconfigureDataProperty(Handle<Object> value,
|
D | objects.cc | 3884 it.ReconfigureDataProperty(value, attributes); in SetOwnPropertyIgnoreAttributes() 3908 it.ReconfigureDataProperty(value, attributes); in SetOwnPropertyIgnoreAttributes() 6793 Handle<Map> Map::ReconfigureDataProperty(Handle<Map> map, int descriptor, in ReconfigureDataProperty() function in v8::internal::Map
|
D | objects.h | 6043 static Handle<Map> ReconfigureDataProperty(Handle<Map> map, int descriptor,
|