Searched refs:WriteToReadOnlyProperty (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | objects.h | 540 V8_WARN_UNUSED_RESULT static Maybe<bool> WriteToReadOnlyProperty( 543 V8_WARN_UNUSED_RESULT static Maybe<bool> WriteToReadOnlyProperty(
|
| D | objects.cc | 2527 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal() 2548 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal() 2589 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal() 2660 return WriteToReadOnlyProperty(it, value, should_throw); in SetSuperProperty() 2683 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty() 2695 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty() 2749 Maybe<bool> Object::WriteToReadOnlyProperty( in WriteToReadOnlyProperty() function in v8::internal::Object 2762 return WriteToReadOnlyProperty(it->isolate(), it->GetReceiver(), in WriteToReadOnlyProperty() 2766 Maybe<bool> Object::WriteToReadOnlyProperty(Isolate* isolate, in WriteToReadOnlyProperty() function in v8::internal::Object
|