MCPcopy Create free account
hub / github.com/nodejs/node / TestWithFunctionProxy

Function TestWithFunctionProxy

deps/v8/test/mjsunit/es6/proxies.js:48–50  ·  view source on GitHub ↗
(test, x, y, z)

Source from the content-addressed store, hash-verified

46}
47
48function TestWithFunctionProxy(test, x, y, z) {
49 test((handler) => { return new Proxy(() => {}, handler) }, x, y, z)
50}
51
52// ---------------------------------------------------------------------------
53// Test Proxy constructor properties

Callers 1

TestWithProxiesFunction · 0.85

Calls 1

testFunction · 0.70

Tested by

no test coverage detected