Remove ASSERT, this method can handle ExternalArrays just fine.
BUG=v8:4137 LOG=n R=arv@chromium.org Review URL: https://codereview.chromium.org/1179983002. Cr-Commit-Position: refs/heads/master@{#28970}
This commit is contained in:
parent
b23c328f53
commit
dd90d2d4da
@ -4276,7 +4276,6 @@ MaybeHandle<Object> JSObject::SetOwnPropertyIgnoreAttributes(
|
||||
MaybeHandle<Object> JSObject::SetOwnElementIgnoreAttributes(
|
||||
Handle<JSObject> object, uint32_t index, Handle<Object> value,
|
||||
PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) {
|
||||
DCHECK(!object->HasExternalArrayElements());
|
||||
Isolate* isolate = object->GetIsolate();
|
||||
LookupIterator it(isolate, object, index,
|
||||
LookupIterator::OWN_SKIP_INTERCEPTOR);
|
||||
|
Loading…
Reference in New Issue
Block a user