MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / Ctor

Function Ctor

test/object/object.js:153–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151
152 {
153 function Ctor () {}
154
155 assert.strictEqual(binding.object.instanceOf(new Ctor(), Ctor), true);
156 assert.strictEqual(binding.object.instanceOf(new Ctor(), Object), true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected