Home
last modified time | relevance | path

Searched refs:proxyB (Results 1 – 2 of 2) sorted by relevance

/third_party/node/benchmark/util/
Dinspect-proxy.js14 let proxyB = () => {}; function
17 proxyB = new Proxy(proxyB, {});
21 util.inspect({ a: proxyA, b: proxyB }, { showProxy });
/third_party/skia/tests/
DBulkRectTest.cpp109 sk_sp<GrSurfaceProxy> proxyB = create_proxy(dContext); in textureop_creation_test() local
113 proxyViewB = GrSurfaceProxyView(std::move(proxyB), in textureop_creation_test()