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

Function ThrowEmptyRangeError

test/error.cc:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void ThrowEmptyRangeError(const CallbackInfo& info) {
145 ReleaseAndWaitForChildProcess(info, 1);
146 throw RangeError();
147}
148
149void ThrowRangeError(const CallbackInfo& info) {
150 std::string message = info[0].As<String>().Utf8Value();

Callers

nothing calls this directly

Calls 3

RangeErrorClass · 0.85

Tested by

no test coverage detected