MCPcopy Index your code
hub / github.com/nodejs/node / Object

Function Object

deps/v8/test/mjsunit/obj-construct.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28var consCalled = false;
29
30function Object() {
31 consCalled = true;
32}
33
34function Array() {
35 consCalled = true;

Calls

no outgoing calls

Tested by 3

testFunction · 0.68
testFunction · 0.68
testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…