| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 768467893ac736f6c4bd139511badf6673050914..9427227ac398fcb666b2b214bb96e72d586222ed 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2066,7 +2066,7 @@
|
| uint32_t limit);
|
|
|
| MUST_USE_RESULT static Maybe<bool> SetPropertyWithInterceptor(
|
| - LookupIterator* it, ShouldThrow should_throw, Handle<Object> value);
|
| + LookupIterator* it, Handle<Object> value);
|
|
|
| // SetLocalPropertyIgnoreAttributes converts callbacks to fields. We need to
|
| // grant an exemption to AccessorInfo callbacks in some cases.
|
| @@ -2517,7 +2517,7 @@
|
| PropertyAttributes attributes);
|
|
|
| MUST_USE_RESULT static Maybe<bool> DeletePropertyWithInterceptor(
|
| - LookupIterator* it, ShouldThrow should_throw);
|
| + LookupIterator* it);
|
|
|
| bool ReferencesObjectFromElements(FixedArray* elements,
|
| ElementsKind kind,
|
|
|