Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ Target
Function
Target
deps/v8/test/mjsunit/es6/proxies-construct.js:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
(
function
testConstructFallback() {
32
var
called = false;
33
function
Target() {
34
called = true;
35
this.property1 =
'value1'
;
36
};
37
Target.prototype = {};
38
var
proxy =
new
Proxy(Target, {});
39
Callers
1
_GenTargetString
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected