Skip to main content
Go to Latest
function isStackOverflowError
import { isStackOverflowError } from "https://deno.land/std@0.176.0/node/internal/errors.ts";

Returns true if err.name and err.message are equal to engine-specific values indicating max call stack size has been exceeded. "Maximum call stack size exceeded" in V8.

Parameters

err: Error

Returns

boolean