Home
last modified time | relevance | path

Searched refs:ReconfigureDataProperty (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlookup.cc99 void LookupIterator::ReconfigureDataProperty(Handle<Object> value, in ReconfigureDataProperty() function in v8::internal::LookupIterator
108 holder_map_ = Map::ReconfigureDataProperty(holder_map_, descriptor_number(), in ReconfigureDataProperty()
Dlookup.h119 void ReconfigureDataProperty(Handle<Object> value,
Dobjects.cc3884 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
Dobjects.h6043 static Handle<Map> ReconfigureDataProperty(Handle<Map> map, int descriptor,