Searched refs:WriteToReadOnlyProperty (Results 1 – 2 of 2) sorted by relevance
2859 return WriteToReadOnlyProperty(it, value, strict_mode); in SetProperty()2866 return WriteToReadOnlyProperty(it, value, strict_mode); in SetProperty()2879 return WriteToReadOnlyProperty(it, value, strict_mode); in SetProperty()2909 MaybeHandle<Object> Object::WriteToReadOnlyProperty(LookupIterator* it, in WriteToReadOnlyProperty() function in v8::internal::Object2965 return WriteToReadOnlyProperty(it, value, strict_mode); in AddDataProperty()
1120 MUST_USE_RESULT static MaybeHandle<Object> WriteToReadOnlyProperty(