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

Function GetFinalizeCount

test/array_buffer.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141Value GetFinalizeCount(const CallbackInfo& info) {
142 return Number::New(info.Env(), finalizeCount);
143}
144
145Value CreateBufferWithConstructor(const CallbackInfo& info) {
146 ArrayBuffer buffer = ArrayBuffer::New(info.Env(), testLength);

Callers

nothing calls this directly

Calls 1

EnvMethod · 0.80

Tested by

no test coverage detected