Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h1353 V8_WARN_UNUSED_RESULT static Maybe<bool> WriteToReadOnlyProperty(
1355 V8_WARN_UNUSED_RESULT static Maybe<bool> WriteToReadOnlyProperty(
Dobjects.cc5038 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
5049 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
5090 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal()
5154 return WriteToReadOnlyProperty(it, value, should_throw); in SetSuperProperty()
5175 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty()
5187 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty()
5235 Maybe<bool> Object::WriteToReadOnlyProperty(LookupIterator* it, in WriteToReadOnlyProperty() function in v8::internal::Object
5238 return WriteToReadOnlyProperty(it->isolate(), it->GetReceiver(), in WriteToReadOnlyProperty()
5243 Maybe<bool> Object::WriteToReadOnlyProperty(Isolate* isolate, in WriteToReadOnlyProperty() function in v8::internal::Object