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

Function TestTooBigBigInt

test/bigint.cc:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69Value TestTooBigBigInt(const CallbackInfo& info) {
70 int sign_bit = 0;
71 size_t word_count = SIZE_MAX;
72 uint64_t words[10] = {0};
73
74 return BigInt::New(info.Env(), sign_bit, word_count, words);
75}
76
77} // anonymous namespace
78

Callers

nothing calls this directly

Calls 1

EnvMethod · 0.80

Tested by

no test coverage detected