Searched refs:PrepareForDataProperty (Results 1 – 6 of 6) sorted by relevance
145 void PrepareForDataProperty(Handle<Object> value);
377 void LookupIterator::PrepareForDataProperty(Handle<Object> value) { in PrepareForDataProperty() function in v8::internal::LookupIterator435 new_map = Map::PrepareForDataProperty( in PrepareForDataProperty()488 Map::PrepareForDataProperty(isolate(), new_map, descriptor_number(), in ReconfigureDataProperty()
540 V8_EXPORT_PRIVATE static Handle<Map> PrepareForDataProperty(
2139 Handle<Map> Map::PrepareForDataProperty(Isolate* isolate, Handle<Map> map, in PrepareForDataProperty() function in v8::internal::Map
2766 it->PrepareForDataProperty(to_assign); in SetDataProperty()
1445 it->PrepareForDataProperty(value); in LookupForWrite()