Lines Matching refs:IsRevoked
631 if (proxy->IsRevoked()) { in IsArray()
847 if (proxy->IsRevoked()) { in GetProperty()
1085 if (proxy->IsRevoked()) { in GetPrototype()
4841 if (!proxy->IsRevoked()) proxy->set_handler(isolate->heap()->null_value()); in Revoke()
4842 DCHECK(proxy->IsRevoked()); in Revoke()
4855 if (proxy->IsRevoked()) { in HasProperty()
4924 if (proxy->IsRevoked()) { in SetProperty()
4993 if (proxy->IsRevoked()) { in DeletePropertyOrElement()
5041 if (target->IsJSProxy() && JSProxy::cast(*target)->IsRevoked()) { in New()
5050 if (handler->IsJSProxy() && JSProxy::cast(*handler)->IsRevoked()) { in New()
5063 if (proxy->IsRevoked()) { in GetFunctionRealm()
7094 if (proxy->IsRevoked()) { in DefineOwnProperty()
7312 if (proxy->IsRevoked()) { in GetOwnPropertyDescriptor()
7664 if (proxy->IsRevoked()) { in PreventExtensions()
7773 if (proxy->IsRevoked()) { in IsExtensible()
8735 if (proxy->IsRevoked()) { in Enumerate()
8785 if (proxy->IsRevoked()) { in OwnPropertyKeys()
15504 if (proxy->IsRevoked()) { in SetPrototype()