MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / GetArrayBuffer

Function GetArrayBuffer

test/dataview/dataview.cc:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static Value GetArrayBuffer(const CallbackInfo& info) {
51 return info[0].As<DataView>().ArrayBuffer();
52}
53
54static Value GetByteOffset(const CallbackInfo& info) {
55 return Number::New(info.Env(),

Callers

nothing calls this directly

Calls 1

ArrayBufferMethod · 0.80

Tested by

no test coverage detected