Home
last modified time | relevance | path

Searched refs:isProxy (Results 1 – 9 of 9) sorted by relevance

/third_party/node/benchmark/util/
Dinspect-proxy.js9 isProxy: [0, 1], property
12 function main({ n, showProxy, isProxy }) { field
15 if (isProxy) {
/third_party/node/lib/internal/modules/cjs/
Dloader.js149 isProxy,
920 !isProxy(module.exports) &&
1035 !isProxy(module.exports) &&
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js455 this.isProxy = function (...args) { method
/third_party/node/deps/undici/src/lib/fetch/
Dwebidl.js271 if (!types.isProxy(O)) {
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m145 @"isProxy: true\n"
Dunittest_objc.proto140 optional bool isProxy = 111; field
/third_party/node/doc/api/
Dutil.md2578 ### `util.types.isProxy(value)`
2592 util.types.isProxy(target); // Returns false
2593 util.types.isProxy(proxy); // Returns true
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp96775 bool isProxy() const { in isProxy() function
123485 return GetObjectClass(obj)->isProxy(); in IsProxy()
144476 return clasp->isProxy() && in IsDOMProxy()
153358 return IsDOMClass(clasp) && !clasp->isProxy(); in IsNonProxyDOMClass()
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs9395 if (!types.isProxy(O)) {