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

Function TestGetCall

deps/v8/test/mjsunit/es6/proxies.js:203–205  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

201
202// ---------------------------------------------------------------------------
203function TestGetCall(handler) {
204 TestWithProxies(TestGetCall2, handler)
205}
206
207function TestGetCall2(create, handler) {
208 var p = create(handler)

Callers 1

proxies.jsFile · 0.85

Calls 1

TestWithProxiesFunction · 0.70

Tested by

no test coverage detected