Searched refs:isProxy (Results 1 – 9 of 9) sorted by relevance
9 isProxy: [0, 1], property12 function main({ n, showProxy, isProxy }) { field15 if (isProxy) {
149 isProxy,920 !isProxy(module.exports) &&1035 !isProxy(module.exports) &&
455 this.isProxy = function (...args) { method
271 if (!types.isProxy(O)) {
145 @"isProxy: true\n"
140 optional bool isProxy = 111; field
2578 ### `util.types.isProxy(value)`2592 util.types.isProxy(target); // Returns false2593 util.types.isProxy(proxy); // Returns true
96775 bool isProxy() const { in isProxy() function123485 return GetObjectClass(obj)->isProxy(); in IsProxy()144476 return clasp->isProxy() && in IsDOMProxy()153358 return IsDOMClass(clasp) && !clasp->isProxy(); in IsNonProxyDOMClass()
9395 if (!types.isProxy(O)) {