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

Function testClass

test/objectwrap.js:294–301  ·  view source on GitHub ↗
(clazz)

Source from the content-addressed store, hash-verified

292 };
293
294 async function testClass (clazz) {
295 testStaticValue(clazz);
296 testStaticAccessor(clazz);
297 testStaticMethod(clazz);
298
299 testStaticEnumerables(clazz);
300 await testFinalize(clazz);
301 }
302
303 // `Test` is needed for accessing exposed symbols
304 testObj(new Test(), Test);

Callers 1

testFunction · 0.85

Calls 5

testStaticValueFunction · 0.85
testStaticAccessorFunction · 0.85
testStaticMethodFunction · 0.85
testStaticEnumerablesFunction · 0.85
testFinalizeFunction · 0.85

Tested by 1

testFunction · 0.68