Searched refs:PrepareForDataProperty (Results 1 – 6 of 6) sorted by relevance
151 void PrepareForDataProperty(Handle<Object> value);
333 void LookupIterator::PrepareForDataProperty(Handle<Object> value) { in PrepareForDataProperty() function in v8::internal::LookupIterator419 new_map = Map::PrepareForDataProperty( in PrepareForDataProperty()495 Map::PrepareForDataProperty(isolate(), new_map, descriptor_number(), in ReconfigureDataProperty()
529 V8_EXPORT_PRIVATE static Handle<Map> PrepareForDataProperty(
1808 Handle<Map> Map::PrepareForDataProperty(Isolate* isolate, Handle<Map> map, in PrepareForDataProperty() function in v8::internal::Map
2849 it->PrepareForDataProperty(to_assign); in SetDataProperty()
1633 it->PrepareForDataProperty(value); in LookupForWrite()