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

Class RangeError

napi.h:2058–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056};
2057
2058class RangeError : public Error {
2059 public:
2060 static RangeError New(napi_env env, const char* message);
2061 static RangeError New(napi_env env, const std::string& message);
2062
2063 RangeError();
2064 RangeError(napi_env env, napi_value value);
2065};
2066
2067#if NAPI_VERSION > 8
2068class SyntaxError : public Error {

Callers 2

ThrowRangeErrorCtorFunction · 0.85
ThrowEmptyRangeErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected