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

Function TestGetOwnPropertyThrow

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

Source from the content-addressed store, hash-verified

112
113// ---------------------------------------------------------------------------
114function TestGetOwnPropertyThrow(handler) {
115 TestWithProxies(TestGetOwnPropertyThrow2, handler)
116}
117
118function TestGetOwnPropertyThrow2(create, handler) {
119 var p = create(handler)

Callers 1

proxies.jsFile · 0.85

Calls 1

TestWithProxiesFunction · 0.70

Tested by

no test coverage detected