Lines Matching refs:IsProxy
123483 inline bool IsProxy(const JSObject* obj)123587 return IsProxy(obj) && GetProxyHandler(obj)->isScripted();124057 return IsProxy(obj) && GetProxyHandler(obj)->family() == &Wrapper::family;