Home
last modified time | relevance | path

Searched refs:WriteToReadOnlyProperty (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.cc4101 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
4108 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
4125 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
4192 return WriteToReadOnlyProperty(it, value, should_throw); in SetSuperProperty()
4218 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty()
4293 Maybe<bool> Object::WriteToReadOnlyProperty(LookupIterator* it, in WriteToReadOnlyProperty() function in v8::internal::Object
4296 return WriteToReadOnlyProperty(it->isolate(), it->GetReceiver(), in WriteToReadOnlyProperty()
4301 Maybe<bool> Object::WriteToReadOnlyProperty(Isolate* isolate, in WriteToReadOnlyProperty() function in v8::internal::Object
Dobjects.h1270 MUST_USE_RESULT static Maybe<bool> WriteToReadOnlyProperty(
1272 MUST_USE_RESULT static Maybe<bool> WriteToReadOnlyProperty(