mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
This commit is contained in:
@@ -22,7 +22,7 @@ NonnullGCPtr<ProxyObject> ProxyObject::create(Realm& realm, Object& target, Obje
|
||||
}
|
||||
|
||||
ProxyObject::ProxyObject(Object& target, Object& handler, Object& prototype)
|
||||
: FunctionObject(prototype)
|
||||
: FunctionObject(prototype, MayInterfereWithIndexedPropertyAccess::Yes)
|
||||
, m_target(target)
|
||||
, m_handler(handler)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user