| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 9c76faea172391ee416c179082a788932574a68a..29fcec6017a29ec87ce8e352de6690c33c78c1dd 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6420,6 +6420,11 @@ bool AccessorInfo::IsCompatibleReceiver(Object* receiver) {
|
| }
|
|
|
|
|
| +void ExecutableAccessorInfo::clear_setter() {
|
| + set_setter(GetIsolate()->heap()->undefined_value(), SKIP_WRITE_BARRIER);
|
| +}
|
| +
|
| +
|
| void AccessorPair::set_access_flags(v8::AccessControl access_control) {
|
| int current = access_flags()->value();
|
| current = BooleanBit::set(current,
|
|
|