Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 973c28b5788d5811a0f3165e651eb057238d68f8..939f0f681d29156b23fd9d7d305d7f0cc9a73b8c 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -4669,6 +4669,7 @@ Maybe<bool> JSProxy::HasProperty(Isolate* isolate, Handle<JSProxy> proxy, |
| if (!extensible_target) { |
| isolate->Throw(*isolate->factory()->NewTypeError( |
| MessageTemplate::kProxyTargetNotExtensible)); |
| + return Nothing<bool>(); |
| } |
| } |
| } |